Cpv Batch Validate And Fix banner
Emasoft Emasoft

Cpv Batch Validate And Fix

Development community

Description

--- name: cpv-batch-validate-and-fix description: Same-turn validate-and-fix across a marketplace / list / single plugin. One cpv-plugin-fixer-agent per plugin scans + verifies false positives + fixes ALL findings in the same turn — each source file is READ ONCE, not the three times the separate validate → fix → re-validate cycle requires. Cuts per-plugin token cost ~3×. Default 8 parallel agents per main-session message, cap 16. argument-hint: "<plugin-or-marketplace-or-list> [--max-parallel N]

Installation

Installs to ~/.claude/skills/emasoft-claude-plugins-validation-cpv-batch-validate-and-fix/SKILL.md

Terminal
mkdir -p ~/.claude/skills/emasoft-claude-plugins-validation-cpv-batch-validate-and-fix && curl -fsSL https://raw.githubusercontent.com/Emasoft/claude-plugins-validation/HEAD/commands/cpv-batch-validate-and-fix.md -o ~/.claude/skills/emasoft-claude-plugins-validation-cpv-batch-validate-and-fix/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository