graphify-review
Installation
SKILL.md
Review Graphify Impact
Trigger Command: /graphify-review
Purpose: Prevent breaking changes by explicitly checking the blast radius before commits.
Instructions for the Agent
- Identify Changes: Find the currently staged or modified files in the repository.
- Review Delta: Run
graphify review-deltaagainst the changed files. - Review Analysis: Run
graphify review-analysisto identify potential test gaps. - Output Context: Provide a concise list of impacted communities and missing test coverage.
- Halt: Stop execution before any git commit is made, allowing the user to review the impact.