check-backend

Compare backend code changes against established guidelines and report violations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps ensure backend code adheres to established guidelines, reducing bugs and inconsistencies across projects and reviews.

Core Features & Use Cases

  • Guideline-aware checks: Compare recent changes against a central set of backend guidelines to catch violations early.
  • Contextual guideline selection: Read and apply relevant guidelines based on the type of backend change (databases, error handling, logging, type safety).
  • Audit & remediation: Report violations with actionable fixes and guidance for repairs.

Quick Start

Run the check-backend evaluation on your latest commit to verify adherence to 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 check backend code changes against established guidelines?

To check backend code changes against established guidelines, you can run a static-analysis evaluation on your latest commit to locate relevant rules, compare the code, and report violations with suggested fixes.

What is guideline-aware code review for backend concerns?

Guideline-aware code review is a quality assurance process that compares recent backend changes against a central set of rules to catch violations in areas like databases, error handling, logging, and type safety early.

How do I automate pull request validation for backend quality assurance?

Automate pull request validation for backend quality assurance by running an audit on your latest commit, which reads backend changes, applies contextual guideline selection, and outputs remediation guidance for any violations found.

Can I use static analysis for database and error handling guidelines?

Yes, you can use static analysis for database and error handling guidelines by applying contextual guideline selection that reads and applies relevant rules based on the specific type of backend change introduced.

What is the best way to audit backend code for typing and logging violations?

The best way to audit backend code for typing and logging violations is to run a targeted evaluation that compares your changes against a central set of backend guidelines and provides actionable fixes for any reported errors.

Do I need external dependencies to run a post-change backend audit?

No, you do not need external dependencies to run a post-change backend audit, as the evaluation operates independently to locate relevant guidelines, compare code changes, and report violations with suggested fixes.