feat(skills): create user-invocable code-review skill#2099
Conversation
|
@PratikWayase my apologies ... I have a PR inbound for this that's got a super comprehensive skill based redo of the work. |
|
I have created PR #2100 as the target update for this issue set. Again, @PratikWayase, my apologies for the confusion ... I didn't get to finish getting the PR out last night before I fell asleep and sorry for the duplicate work. I really appreciate all that you've done for the project, it's been amazingly helpful to have folks swing in to knock stuff out. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2099 +/- ##
==========================================
+ Coverage 80.52% 80.59% +0.06%
==========================================
Files 128 118 -10
Lines 19260 19184 -76
Branches 12 0 -12
==========================================
- Hits 15510 15462 -48
+ Misses 3747 3722 -25
+ Partials 3 0 -3
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Closes #2071
Pull Request
Description
Extract and migrate the durable review knowledge from existing code-review agents into a new user-invocable
code-reviewskill. This skill serves as the shared knowledge base (canonical reference contract) for the consolidated orchestrator, owning review depth, perspective lenses, output formatting, and severity classification.Related Issues
code-reviewskill #2071Type of Change
Select all that apply:
Code & Documentation
Infrastructure & Configuration
AI Artifacts
prompt-builderagent and addressed feedback.github/instructions/*.instructions.md).github/prompts/*.prompt.md).github/agents/*.agent.md).github/skills/*/SKILL.md)Other
Sample Prompt
User Request:
Review the changes in this branch using the code-review skill.
Execution Flow:
code-reviewskillOutput Includes:
Success Criteria:
All validation commands pass with zero errors:
npm run validate:skillsnpm run lint:frontmatternpm run lint:mdnpm run spell-checknpm run lint:allTesting
All validation passed locally:
npm run validate:skillsnpm run lint:frontmatternpm run lint:mdnpm run spell-checknpm run lint:allChecklist
Required
AI Artifacts
/prompt-analyzereviewprompt-builderAutomated Checks
npm run lint:md)npm run spell-check)npm run lint:frontmatter)npm run validate:skills)npm run lint:md-links)npm run lint:ps)npm run plugin:generate)npm run docs:test)Security Considerations
Additional Notes
This PR establishes the foundational skill layer required for parent issue #2070. After merge, it enables the unified skill-backed orchestrator agent (#2072).