skill-reviewer

Generate structured audit reports by dynamically loading applicable checklists for code, security, and docs.

1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/cr330326/AgentSkill --skill skill-reviewer-cr330326
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-reviewer
Source: https://github.com/cr330326/AgentSkill/tree/main/validate/skill-reviewer
Command: npx skills add https://github.com/cr330326/AgentSkill --skill skill-reviewer-cr330326

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It standardizes and accelerates code and documentation reviews by turning subjective assessments into structured, checklist-driven evaluations.

Core Features & Use Cases

  • Dynamic loading of checklists by review type (code, security, docs) and producing a structured report.
  • Separation of standards (in references/ files) and review logic (in SKILL.md) to allow easy extension with new types.
  • Use cases include auditing a repository for quality, security, and documentation standards and generating a formal review report.

Quick Start

Provide the path to the project you want to review and run the skill reviewer to generate a structured report.

Frequently Asked Questions about skill-reviewer

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

FAQPage Schema
How do I generate a structured code review report with severity groupings?

Code review report generation is done by applying appropriate review checklists to a codebase, grouping findings by severity, and providing remediation guidance with explicit checklist IDs and suggested fixes.

Can I audit a repository for documentation and security standards at the same time?

Repository auditing supports simultaneous documentation and security reviews by dynamically loading relevant checklists from references based on content, producing a unified structured audit report.

How do you conduct a checklist-driven audit for a codebase?

Checklist-driven audit identifies the review type, dynamically loads matching checklists from references, evaluates the codebase, and outputs a formal report with evidence references and actionable remediation guidance.

What is the best way to standardize subjective code and documentation reviews?

Standardizing subjective reviews requires turning assessments into structured, checklist-driven evaluations, separating standards in reference files from review logic to ensure consistent and repeatable audits.

Does the skill-reviewer approach allow extending new review types?

Extending new review types is supported by separating standards in references files from review logic, allowing you to add new checklists for different review types without altering the core logic.

What kind of remediation guidance does a structured audit report include?

Remediation guidance includes explicit checklist IDs like PY-xx, SEC-xx, or DOC-xx, alongside suggested fixes and evidence references mapped directly to the identified severity groupings.