What problem does it solve?
Backend code changes frequently drift away from established guidelines, risking bugs and maintenance challenges. This Skill helps ensure that the latest changes adhere to the project's backend development standards, reducing regressions and accelerating code reviews.
Core Features & Use Cases
- Guideline-aware evaluation: Compares recent backend changes against the official guideline set (database, error handling, logging, type-safety, and overall quality).
- Automated review workflow: Guides the user through a deterministic sequence: inspect git status, read the Trellis backend index, and consult relevant guideline files to assess compliance.
- Actionable remediation: Reports violations with concrete remediation steps and follow-up tasks to bring code back into alignment.
Quick Start
Run the check-backend skill on your latest changes to verify backend guideline compliance.