check-backend

Validate backend code against development guidelines using git status and .trellis/spec/backend/ documentation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps ensure that newly written backend code adheres to established development guidelines, improving code quality and maintainability.

Core Features & Use Cases

  • Guideline Enforcement: Checks code against specific backend development standards.
  • Targeted Review: Focuses review efforts on relevant guideline documents based on code changes.
  • Use Case: After implementing a new database schema, use this Skill to verify that the changes comply with the project's database guidelines.

Quick Start

Run git status to see your changes and then review them against the backend guidelines.

Frequently Asked Questions about check-backend

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

FAQPage Schema
How do I validate backend code against development guidelines?

Backend code review checks your `git status` changes against predefined documentation in `.trellis/spec/backend/`. It enforces development standards for database management, error handling, logging, and type safety to ensure maintainability.

How do I check database schema changes for guideline compliance?

To check database schema changes, execute `git status` to capture the modifications and review them against the project's backend database guidelines. This verifies that your new schema implementation complies with established standards.

What backend development standards are enforced during code review?

Backend code review enforces development standards covering database management, error handling, logging, and type safety. It validates modifications by comparing `git status` output against guideline documents in `.trellis/spec/backend/`.

Do I need git to review backend code quality?

Yes, you need git to review backend code quality because the process requires analyzing `git status` output to identify recent changes. These changes are then compared against predefined backend development guidelines for validation.

When do I need to run a backend code quality check?

You need to run a backend code quality check after implementing new features or modifying existing code, such as adding a database schema. It verifies that your recent changes comply with established project guidelines before integration.