plugin-impact-review

Featured

Assessment of plugin skill and hook changes needed after MCP or config changes. Evaluates skill references, hook context, config-format docs, and output style references. Invoked via skillPointer when filling plugin-impact notes.

AI & Automation 201 stars 21 forks Updated 2 weeks ago MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
77
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Plugin Impact Review Framework Evaluate which plugin components need updating after changes to MCP tools, config format, or response shapes. ## Step 1: Skill Impact Search all skill files for references to the changed behavior: ``` grep -r "<tool-name>\|<config-key>\|<changed-concept>" claude-plugins/task-orchestrator/skills/ ``` For each match: - [ ] Does the skill reference the old behavior, field name, or response shape? - [ ] Does the skill need updated instructions or examples? - [ ] Are trigger phrases still accurate? ## Step 2: Hook Impact Search hook scripts for references: ``` grep -r "<tool-name>\|<changed-concept>" claude-plugins/task-orchestrator/hooks/ ``` For each match: - [ ] Does the hook inject context that references the old behavior? - [ ] Does the hook read tool input/output fields that changed? - [ ] Does the hook matcher still target the correct tool name? ## Step 3: Config Format Documentation Check `claude-plugins/task-orchestrator/skills/manage-schemas/references/config-format.md`: - [ ] YAML structure example reflects current format - [ ] Field reference table has all current fields - [ ] Descriptions match current behavior ## Step 4: Output Style References Check output styles for stale references: - [ ] `workflow-orchestrator.md` — any references to changed tools, fields, or workflows - [ ] Zone 1 (shared core) vs Zone 2/3 (extensions) — changes in Zone 1 must be synced to `workflow-analyst.md` ## Step 5: Plugin Caching - [ ] Are h...

Details

Author
jpicklyk
Repository
jpicklyk/task-orchestrator
Created
1 years ago
Last Updated
2 weeks ago
Language
Kotlin
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

changelog-review

Internal skill invoked by repo-standards polish phase 6 to audit Claude Code plugin projects. Fetches live docs and runs scripts/validate-plugin-json.sh + scripts/validate-skill-frontmatter.py (via scripts/check-skill-frontmatter.sh) to detect misuse, broken hook paths, stale patterns, and missed capabilities. Returns structured P1 findings before PR. Never invoke directly — use repo-standards. Also callable by other skills needing live-doc-grounded answers about Claude Code hooks, skills, plugin.json, or MCP config.

0 Updated today
Tamircohen28
Code & Development Listed

skill-craft-review

Use when reviewing, auditing, or giving feedback on an agent skill (SKILL.md file), slash command, or plugin — before merging or publishing one, when a skill never triggers, misfires, or bloats context, or when asked whether a skill or plugin is well designed, safe to approve, or ready to ship.

0 Updated 1 weeks ago
MuhammadBahaa
AI & Automation Listed

analyze-plugin

Systematically analyze agent plugins and skills to extract design patterns, architectural decisions, and reusable techniques. Trigger with "analyze this plugin", "mine patterns from", "review plugin structure", "extract learnings from", "what patterns does this plugin use", "check if this plugin is well-structured", "validate plugin compliance", or when examining any plugin or skill collection to understand its design. Use this skill even when the user just says "look at this plugin" or "tell me how this is structured."

5 Updated 4 days ago
richfrem