plugin-review

Featured

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

Code & Development 337 stars 34 forks Updated today MIT

Install

View on GitHub

Quality Score: 94/100

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

Skill Content

# Plugin Review ## Overview Tiered quality review of plugins with dependency-aware scoping. ## When NOT To Use - Reviewing one skill rather than a plugin (use `abstract:skills-eval`) - Reviewing hooks (use `abstract:hooks-eval`) - Tracing `Skill()` references across plugins (use `abstract:skill-graph-audit`) ## 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 d...

Details

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

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

review-plugin-submission

Use when asked to review a plugin for marketplace readiness through a read-only audit of every published quality gate. Returns a sectioned pass/fail report with a submission recommendation. Not for reviewing a PR or code diff — use review.

35 Updated 2 days ago
OutlineDriven
Code & Development Solid

pre-release-review

Run the pre-release gate for this multi-plugin monorepo: establish each plugin's release boundary from its last reachable tag to HEAD, audit every changed plugin's [Unreleased] changelog against the actual code diff, identify contract-surface and breaking changes, and, per the objective the user picks up front, either run a dedicated Codex correctness review over the exact union release window or an adversarial design review of what shipped (overengineering, alternative designs, downstream-hermit impact) sourced from the PRs, issues, and proposals behind the window. Use when the user asks for a pre-release review, release audit, readiness check, release-window review, sanity check before tagging, whether accumulated unreleased work is ready to ship, whether any of it is overengineered, or whether you would design it differently. Run before release or fleet-release; never bump versions, create tags, commit, or push.

74 Updated today
gtapps
Code & Development Listed

code-review

Pragmatic code review & pre-push quality gate. Use when the user says "review code", "check code quality", "any issues with this code", "ready to push", "prepare commit", "submit code", "push to remote", or any variation requesting code inspection before merging or pushing.

3 Updated 4 days ago
Wubabalala