reviewer

Review code against project standards and extract implicit conventions into standards drafts.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/agony1997/TouchFish-Skills --skill reviewer-agony1997
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewer
Source: https://github.com/agony1997/TouchFish-Skills/tree/main/plugins/reviewer/skills/reviewer
Command: npx skills add https://github.com/agony1997/TouchFish-Skills --skill reviewer-agony1997

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and prompts (resource) components.

What problem does it solve?

This Skill helps maintain code quality by automatically reviewing code against project standards or by extracting implicit conventions from existing code to generate new standards.

Core Features & Use Cases

  • Code Compliance Review: Audits code against defined standards (e.g., naming, architecture, style).
  • Standards Extraction: Analyzes code to infer and draft new project standards.
  • Use Case: Before merging a pull request, use this Skill to ensure all new code adheres to the team's established coding guidelines and architectural patterns.

Quick Start

Use the reviewer skill to audit the recently modified files for compliance with project standards.

Frequently Asked Questions about reviewer

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

FAQPage Schema
How do I automate code review for CI checks against project standards?

Automate code review for CI checks by auditing modified files against defined project standards using glob and git diff. This ensures new code adheres to established guidelines and architectural patterns before merging.

What is the best way to extract implicit coding conventions from an existing codebase?

Extract implicit coding conventions by applying agent-based analysis to infer patterns from existing code. This generates a standards draft capturing the project's established style and architectural dimensions.

How do I ensure pull request compliance with team coding guidelines before merging?

Ensure pull request compliance by auditing recently modified files against defined standards. The review checks naming, architecture, and style to guarantee new code matches team guidelines before integration.

Can I use glob and git diff for dimension-specific code extraction?

Yes, glob and git diff are required to identify modified files and perform dimension-specific extraction. This targets the analysis to relevant changes for accurate code quality assurance and standards inference.

What does standards extraction for code quality assurance actually do?

Standards extraction analyzes existing code to infer implicit conventions and draft new project standards. It applies agent-based analysis to capture coding guidelines for ongoing quality assurance.

Are there limitations when reviewing code without explicitly defined project standards?

Without explicitly defined standards, the skill shifts to standards extraction mode, inferring implicit conventions from existing code to generate a draft. It requires glob and git diff to analyze the codebase dimensions.