review-standard

Automate standards-aligned code reviews for pull requests and milestone commits.

1|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/fengqiyu0317/assassyn --skill review-standard-fengqiyu0317
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-standard
Source: https://github.com/fengqiyu0317/assassyn/tree/main/assassyn-master/.claude/skills/review-standard
Command: npx skills add https://github.com/fengqiyu0317/assassyn --skill review-standard-fengqiyu0317

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Review Standard skill provides a rigorous, standards-based framework for evaluating code changes to ensure documentation compliance, code quality, and reuse opportunities before merging.

Core Features & Use Cases

  • Phase-driven review: validates changes against documentation, interfaces, tests, and architecture.
  • Reuse and quality emphasis: encourages leveraging existing utilities and consistent patterns.
  • Actionable feedback: produces structured recommendations and clear remediation steps.
  • Use Case: When reviewing a pull request, run the tool to generate a comprehensive report detailing gaps and suggested improvements.

Quick Start

Run the code-review workflow to start an automated review of your changes.

Frequently Asked Questions about review-standard

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

FAQPage Schema
How do I automate code reviews for pull requests to enforce documentation and quality standards?

Phase-driven code reviews evaluate pull request changes against documentation, interfaces, tests, and architecture sequentially. This mechanism validates documentation coverage, checks code reuse opportunities, and generates structured remediation feedback to guide safe merges.

How do I run a phase-based code review on a milestone commit?

Run the code-review workflow on your milestone commit to start an automated review. The tool evaluates changed files, validates interfaces and tests, checks for reuse opportunities, and produces a comprehensive report detailing gaps with suggested improvements.

Does this automated code review tool work with existing Git and GitHub workflows?

Yes, the code review process integrates with existing Git and GitHub workflows. It evaluates changed files in pull requests and milestone commits, generating structured recommendations and clear remediation steps directly within your established software project lifecycle.

What is the best way to check code reuse opportunities before merging a pull request?

The best way to check code reuse opportunities is using a standards-aligned code review tool. It rigorously evaluates pull request changes to encourage leveraging existing utilities and consistent patterns, producing actionable feedback for safe merges.

Why should I use a standards-based framework for evaluating code changes instead of manual reviews?

A standards-based framework ensures rigorous evaluation of documentation compliance, code quality, and reuse opportunities before merging. Unlike manual reviews, it provides structured recommendations and clear remediation steps consistently across software projects.

When do I need to validate documentation coverage during a code review?

Validate documentation coverage during the initial phases of a code review before merging. The phase-driven review process checks changed files against documentation standards to ensure compliance, promote reuse, and guide safe merges across software projects.