extend-self-review

Configure self-review extension settings and write updated SKILL.md files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Customizing self-review extensions to tailor the review workflow to project needs.

Core Features & Use Cases

  • Configure custom self-review extensions and manage built-in vs. custom review types
  • Define agent mappings and adjust confidence thresholds for reviews
  • Add pre-review steps (e.g., build, lint) and post-review steps (e.g., coalesce findings)

Quick Start

Edit or create <local-skills>/self-review-extension/SKILL.md to customize your project’s self-review workflow.

Frequently Asked Questions about extend-self-review

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

FAQPage Schema
How do I customize self-review workflows for specific project needs?

You can customize self-review workflows by editing the SKILL.md file within your local self-review-extension directory. This allows you to adjust review types, agent mappings, confidence thresholds, and pre/post-review steps.

What are self-review extensions and when do I need custom review types?

Self-review extensions are configurations that tailor review workflows to project requirements. You need custom review types when built-in defaults are insufficient for your specific local skill sets and project standards.

Can I define agent mappings and confidence thresholds for automated reviews?

Yes, you can define agent mappings and adjust confidence thresholds for reviews. By modifying your self-review extension configuration, you control which agents handle specific review types and their required certainty levels.

How do I add pre-review steps like linting and post-review steps to my configuration?

You add pre-review steps like builds or linting and post-review steps like coalescing findings by configuring them in your local self-review SKILL.md file. The extension reads built-in defaults and writes updates from templates.

Does the self-review extension discover custom review types automatically?

Yes, the self-review extension discovers custom review types on disk automatically. It reads built-in defaults, finds your custom configurations, and writes the updated SKILL.md file from templates to apply changes.

What are the limitations of modifying local self-review extension configurations?

Modifying local self-review extension configurations relies on reading built-in defaults and discovering custom review types on disk. Limitations include dependency on existing templates to write updated SKILL.md files for your local skill sets.