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.md
source 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

    1. Validate against spec.
  1. Check security and secrets.

  2. Check maintainability and structure.

  3. Identify edge cases.

  4. Suggest tests.

    Quality bar

    Comments are actionable and prioritised; no bikeshedding.

    Escalation triggers

    Security issues; breaking changes; missing tests.