Runtime required. This skill uses Canopy tree notation; canopy-runtime must be active.
Detect canopy-runtime — present if either:
canopy-runtime/SKILL.mdexists under.claude/skills/,.github/skills/, or.agents/skills/, OR- a canopy-runtime marker block exists in
CLAUDE.mdor.github/copilot-instructions.md.If neither is present — install canopy-runtime first (see the
compatibilityfield for the source and install options), then re-invoke this skill.Do not interpret the
## Treewithout canopy-runtime active.
Review: $ARGUMENTS
Tree
review-file
├── **EXPLORE** >> context
├── SHOW_PLAN >> target | file_count | critical_count | warning_count | info_count
├── Read `assets/policies/review-rules.md` for severity classification rules
├── IF << critical findings present
│ └── REPORT_FINDINGS << critical
├── IF << warning findings present
│ └── REPORT_FINDINGS << warning
├── IF << info findings present
│ └── REPORT_FINDINGS << info
└── IF << no findings at any severity
└── report from `assets/constants/no-findings-message.md`
Rules
- Only report what is observable in the provided files — do not speculate
- Suggested fixes must be concrete: show the corrected code snippet, not just a description