add-core-review

Create custom review types and generate SKILL.md from templates.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/tvishwanadha/skills --skill add-core-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-core-review
Source: https://github.com/tvishwanadha/skills/tree/main/plugins/reviewer/skills/add-core-review
Command: npx skills add https://github.com/tvishwanadha/skills --skill add-core-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Create and manage project-specific review types to extend the reviewer framework without repetitive boilerplate, enabling consistent checks across codebases.

Core Features & Use Cases

  • Define new review types like security, performance, accessibility, or domain-specific checks.
  • Generate SKILL.md from a reusable template and ensure consistency with project standards.
  • Auto-wire the new type into the self-review extension when present, or guide setup for initial integration.

Quick Start

Provide the new review type name (for example, security) to generate SKILL.md from the template and wire it into the self-review extension.

Frequently Asked Questions about add-core-review

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

FAQPage Schema
How do I add a custom code review type for project-specific checks?

To add a custom code review type, provide a new type name such as security or accessibility to generate a SKILL.md file from a reusable template and wire it into the self-review extension. This extends the reviewer framework with consistent project-specific checks across codebases.

What are custom review types and when do I need them in my codebase?

Custom review types are project-specific review categories like security, performance, or accessibility that extend the reviewer framework. You need them when built-in review types do not cover domain-focused checks required for your codebase standards.

Can I create a new review type that conflicts with a built-in type?

No, you cannot create a custom review type that conflicts with a built-in type. The creation process validates the new name and ensures it does not duplicate existing built-in review categories before generating the SKILL.md template.

How do I wire a new review category into the self-review extension?

Wiring a new review category into the self-review extension happens automatically when the extension is present. After generating the SKILL.md file from the template, the Skill auto-wires the new type or guides initial setup if the extension is not detected.

What is the best way to ensure consistency when defining new code review categories?

The best way to ensure consistency is generating SKILL.md files from a reusable template. This avoids repetitive boilerplate and enforces project standards across all newly defined review categories, enabling consistent checks throughout your codebase.