| 1 | # Plugin Review Skill DOX |
| 2 | |
| 3 | ## Purpose |
| 4 | |
| 5 | - Own the full audit workflow for Agent Zero plugins. |
| 6 | - Keep manifest, structure, code-pattern, security, and duplicate-detection checks current. |
| 7 | |
| 8 | ## Ownership |
| 9 | |
| 10 | - `SKILL.md` owns the review workflow and phase order. |
| 11 | - `checklists.md` owns detailed review criteria loaded when needed. |
| 12 | |
| 13 | ## Local Contracts |
| 14 | |
| 15 | - Keep review checks aligned with current plugin contracts, WebUI patterns, and Plugin Index expectations. |
| 16 | - Treat user plugins as `usr/plugins/` artifacts unless explicitly reviewing bundled core plugins. |
| 17 | - Do not expose secrets or private plugin data in review output. |
| 18 | |
| 19 | ## Work Guidance |
| 20 | |
| 21 | - Update both `SKILL.md` and `checklists.md` when plugin conventions or security expectations change. |
| 22 | - Keep findings actionable and grouped by review phase. |
| 23 | |
| 24 | ## Verification |
| 25 | |
| 26 | - Manually read changed skill files for stale paths, duplicated checks, and broken references. |
| 27 | |
| 28 | ## Child DOX Index |
| 29 | |
| 30 | No child DOX files. |