self-review-extension

Integrate plugin-based review types and Codex support into self-review workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates and extends self-review workflows by enabling plugin-based review types, Codex integration, and automated pre-flight marketplace registry validations, reducing manual configuration and governance risk.

Core Features & Use Cases

  • Introduces review-plugin (local skill) and reviewer-extras:review-claude-md (plugin skill) assignments for reviewer and codex
  • Enables codex:review integration when the codex plugin is installed
  • Reduces misconfigurations and false positives by lowering the confidence threshold to 70
  • Performs pre-flight checks across marketplace.json and registered plugins to validate directories and registry consistency

Quick Start

Update your self-review configuration to include the new plugin review types and run the pre-flight marketplace checks.

Frequently Asked Questions about self-review-extension

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

FAQPage Schema
How do I add plugin-based review types to my Claude self-review workflow?

You can add plugin-based review types to your self-review workflow by configuring review-plugin local skills and reviewer-extras plugin skill assignments for both reviewer and codex roles. This extends your process with configurable review types and automated registry validation.

How do I validate marketplace.json configurations before running a self-review?

To validate marketplace.json configurations, run pre-flight checks that inspect .claude-plugin/marketplace.json and .agents/plugins/marketplace.json. This validates directory structures and registry consistency to reduce misconfigurations and governance risk.

Does self-review support Codex integration for automated code checks?

Codex integration is supported for automated code checks when the codex plugin is installed. It enables codex:review integration within your self-review workflow, applying plugin-based review types alongside standard validation processes.

Why is my self-review workflow producing false positives during validation?

False positives during validation often occur when confidence thresholds are set too high. Adjusting the self-review confidence threshold to 70 or above reduces false positives while maintaining reliable plugin-based review checks.

Can I use local skills and plugin skills together for code review assignments?

You can use local skills and plugin skills together by assigning review-plugin local skill and reviewer-extras:review-claude-md plugin skill to reviewer and codex roles. This enables configurable review types across your marketplace configurations.

What is pre-flight marketplace registry validation for self-review plugins?

Pre-flight marketplace registry validation is the process of inspecting .claude-plugin/marketplace.json and .agents/plugins/marketplace.json files to validate directories and registry consistency before running self-review workflows, reducing configuration errors.