plugin-review

Solid

Review plugin quality with tiered checks and dependency scoping. Use for PR and pre-release audits.

Code & Development 308 stars 27 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

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

Skill Content

# Plugin Review Tiered quality review of plugins with dependency-aware scoping. ## Table of Contents - [Tiers](#tiers) - [Orchestration](#orchestration) - [Scope Detection](#scope-detection) - [Module Loading](#module-loading) - [Verdict](#verdict) - [Output Format](#output-format) - [Quality Gate Mode](#quality-gate-mode) - [Configuration](#configuration) ## Tiers | Tier | Trigger | Scope | Depth | Duration | |------|---------|-------|-------|----------| | branch | Default | Affected and related | Quick gates | ~2 min | | pr | Before merge | Affected and related | Standard | ~5 min | | release | Before version bump | All 17 plugins | Full | ~15 min | ## Orchestration 1. **Detect scope**: parse `--tier` flag, find affected plugins from git diff, resolve related plugins from `docs/plugin-dependencies.json` 2. **Plan**: build check matrix (tier x plugin x role) 3. **Execute**: run checks per tier definition 4. **Report**: per-plugin table, aggregate verdict ## Scope Detection Affected plugins: `git diff main --name-only` filtered to `plugins/*/`. Related plugins: load `docs/plugin-dependencies.json`, look up each affected plugin's reverse index to find dependents. Mark as "related" (lighter checks). If `--tier release` or no git diff available, scope to all plugins. ## Module Loading - **Always**: this SKILL.md (orchestration logic) - **branch tier**: load `modules/tier-branch.md` - **pr tier**: load `modules/tier-branch.md` then `modules/tier-pr.md` - **re...

Details

Author
athola
Repository
athola/claude-night-market
Created
6 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category