generic-code-review

Automate code review by interpreting skill specification files.

820|59|Updated Jun 19, 2026
One-click install
npx skills add https://github.com/modiqo/skillspec --skill generic-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generic-code-review
Source: https://github.com/modiqo/skillspec/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/modiqo/skillspec --skill generic-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of code review, ensuring that code adheres to specifications and reducing the risk of errors or omissions.

Core Features & Use Cases

  • Automated Code Review: Reviews code changes by collecting the review target, researching context, checking risks, and reporting findings before summary.
  • SkillSpec Integration: Uses skill.spec.yml to define routes, rules, dependencies, imports, resources, recipes, tests, and trace requirements.
  • Use Case: Integrate this Skill into your development workflow to automatically review pull requests, diffs, or specific code paths, and ensure compliance with your coding standards.

Quick Start

Run the skillspec doctor command with the path to your skill directory to get a risk report and compliance check.

Frequently Asked Questions about generic-code-review

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

FAQPage Schema
How do I automate code review for pull requests using a specification file?

Automate code review by running the `skillspec doctor` command on your directory to collect review targets, check risks, and generate a compliance report based on your `skill.spec.yml`.

What is a skill specification file and why is it needed for automated testing?

A skill specification file (`skill.spec.yml`) defines routes, rules, dependencies, and tests, providing the strict requirements needed to evaluate code adherence during automated testing and review.

How do I check code compliance against software development rules?

Check code compliance by interpreting your `skill.spec.yml` to review code changes, research context, identify risks, and report findings before summarizing whether the code meets your specifications.

Do I need a skill specification file to run automated code reviews?

Yes, this automated code review requires a `skill.spec.yml` file to define the routes, rules, imports, resources, recipes, tests, and trace dependencies required for evaluating code changes.

What's the best way to integrate automated code review into a development workflow?

Integrate automated code review by running the compliance check against specific code paths or diffs in your development workflow, ensuring pull requests automatically adhere to your coding standards.