check-backend

Evaluate recent backend changes against development guidelines and produce violation reports.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/TbK0ng/mytrellis --skill check-backend
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-backend
Source: https://github.com/TbK0ng/mytrellis/tree/main/.agents/skills/check-backend
Command: npx skills add https://github.com/TbK0ng/mytrellis --skill check-backend

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about check-backend

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check backend code for guideline violations?

Backend code quality review involves evaluating recent changes against established development guidelines. This skill inspects touched files in your git status, reads relevant guideline documents covering database and error handling, and produces actionable violation reports with remediation steps.

What backend guidelines are covered during code review?

The backend guidelines covered during code review include database, error handling, logging, type-safety, and overall quality standards. The skill reads the Trellis backend index and consults relevant guideline files to evaluate compliance across these five areas.

How do I automate backend code review for recent changes?

You can automate backend code review by running the check-backend skill on your latest changes. It follows a deterministic workflow: inspect git status, read the Trellis backend index, consult relevant guideline files, assess compliance, and output violation reports with remediation steps.

Does check-backend work with my existing backend project guidelines?

Check-backend works with your existing project guidelines by reading the relevant guideline documents stored in your repository, including the Trellis backend index. It requires no external dependencies and scopes its analysis to files touched in your recent changes.

How do I fix backend code that doesn't follow quality standards?

To fix backend code that doesn't follow quality standards, use the violation reports generated by the skill, which include concrete remediation steps and follow-up tasks. These actionable steps are aligned with your project's backend development guidelines to bring code back into compliance.

Why does backend code drift from established guidelines?

Backend code drifts from established guidelines when frequent changes are made without continuous compliance checks, risking bugs and maintenance challenges. Automated guideline-aware evaluation reduces these regressions by catching violations early before they accelerate into larger code review issues.