review-standards

Analyze recent code changes to validate and update coding standards in .claude/skills/.

1|Updated Nov 10, 2025
One-click install
npx skills add https://github.com/Tsuchiya2/evaluator-driven-agent-flow --skill review-standards
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-standards
Source: https://github.com/Tsuchiya2/evaluator-driven-agent-flow/tree/main/.claude/skills/review-standards
Command: npx skills add https://github.com/Tsuchiya2/evaluator-driven-agent-flow --skill review-standards

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams review and update the project's coding standards based on recent code changes, ensuring consistency across SKILL.md entries and related documentation.

Core Features & Use Cases

  • Scan and audit existing coding standards in .claude/skills to identify gaps.
  • Analyze recent code changes to detect recurring patterns and deviations.
  • Interactively review suggested updates with the user and commit approved changes to SKILL.md.
  • Maintain a changelog and timestamp last updated for traceability.

Quick Start

Run the review-standards skill to scan current SKILL.md entries, analyze recent commits, and propose updates to coding standards

Frequently Asked Questions about review-standards

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

FAQPage Schema
How do I update coding standards after a major code refactor?

To update coding standards after a major code refactor, this skill analyzes recent code changes to detect recurring patterns, validates them against existing rules, and proposes updates to SKILL.md files. It interactively prompts you to confirm changes before committing them.

Can I automatically sync project documentation in .claude/skills with new development patterns?

Yes, you can sync .claude/skills documentation with new development patterns by running this skill to scan existing entries, analyze recent commits for deviations, and commit approved standard updates while maintaining a traceable changelog and timestamp.

What is the best way to audit coding standards for gaps following a sprint?

The best way to audit coding standards for gaps after a sprint is to scan and audit existing .claude/skills entries to identify missing rules, then analyze recent code changes to detect undocumented patterns and refine team governance guidelines.

Does this skill automatically commit changes to SKILL.md without user confirmation?

No, the skill does not automatically commit changes to SKILL.md. It guides teams to refine standards by interactively reviewing suggested updates and prompting explicit user confirmation before applying any modifications to the coding standards.

How do I maintain a changelog when modifying team governance rules in SKILL.md?

To maintain a changelog when modifying team governance rules, the skill appends traceable records and timestamps last updated entries to SKILL.md files whenever you approve proposed coding standard updates derived from recent code changes.