DFMDemoV2 code-review
Skill: code-review
install
source · Clone the upstream repo
git clone https://github.com/davidrrowley/DFMDemoV2
manifest:
origin/agents/skills/code-review/skill.mdsource content
Skill: code-review
## Intent Review code changes for correctness, security, separation of concerns, and maintainability. ## Inputs - PR diff
-
relevant standards and spec
Outputs
- review comments grouped by severity
-
suggested fixes
-
validation steps
Process
- Validate against spec.
-
Check security and secrets.
-
Check maintainability and structure.
-
Identify edge cases.
-
Suggest tests.
Quality bar
Comments are actionable and prioritised; no bikeshedding.
Escalation triggers
Security issues; breaking changes; missing tests.