docs: update skill count 119 → 125 in README.md and AGENTS.md#859
docs: update skill count 119 → 125 in README.md and AGENTS.md#859chris-yyau wants to merge 1 commit intoaffaan-m:mainfrom
Conversation
The catalog validator CI check fails on all branches because 6 skills were added without updating the documented counts. This fixes the 3 occurrences (README quick-start, README comparison table, AGENTS.md summary). Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughDocumentation updates reflecting an increase in the plugin's workflow skill catalog from 119 to 125 capabilities across multiple files without any functional or version changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Greptile SummaryThis PR fixes a documentation drift issue by updating the skill count from
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[skills/*/SKILL.md\n125 files on disk] --> B[scripts/ci/catalog.js\nbuildCatalog]
B --> C{Validate counts}
C --> D[README.md quick-start\n✅ 125 skills exact]
C --> E[README.md comparison table\n✅ 125 skills exact]
C --> F[AGENTS.md summary\n✅ 125 skills exact]
C --> G[AGENTS.md project structure\n⚠️ 117 skills minimum\n125 >= 117 → passes]
|
There was a problem hiding this comment.
Pull request overview
This PR updates the documented “skills” count so it matches the repository catalog verification enforced by CI (scripts/ci/catalog.js), unblocking the Validate Components check.
Changes:
- Update README quick-start summary skills count from 119 → 125
- Update README feature parity table skills count from 119 → 125
- Update AGENTS.md summary skills count from 119 → 125
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Updates the two catalog count references parsed by the CI catalog verifier. |
| AGENTS.md | Updates the catalog summary line parsed by the CI catalog verifier. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Closing as stale. This doc-count-only update targeted 119→125, but current main is far past that and the live catalog is already 30 agents / 135 skills. Keeping this open just creates false-red CI and queue noise. |
Summary
Validate Componentscheck fails on all branches (includingmain) because 6 skills were added without updating documented counts119→125in README.md and AGENTS.mdChanges
README.mdREADME.mdAGENTS.mdTest plan
node scripts/ci/catalog.js --textpasses after change🤖 Generated with Claude Code
Summary by cubic
Fixed CI failures by updating the documented skills count from 119 to 125. Aligns
README.mdandAGENTS.mdwith the current catalog so theValidate Componentscheck passes on all branches.README.md(quick start and comparison table) andAGENTS.md.Written for commit 2afcce7. Summary will update on new commits.
Summary by CodeRabbit