assemble-panel
Assemble Panel
Centralizes reviewer selection and loop governance. Returns a panel + policy to the caller; the caller dispatches. This skill produces data — it never dispatches agents or modifies files.
Integration Contract
Callers provide:
scope: a plan file path OR a git diff (the artifact under review)overrides(optional):{ include: [], exclude: [] }
Returns (structured text the caller parses):
panel: ordered list of reviewer agent namespolicy: gate, cap, and the algebra below
Fallback when unavailable: [technical-editor, code-reviewer], gate=P2, cap=3.
Cross-tool note: Codex/Cursor cannot invoke skills via the Skill tool. Read this file directly and apply the policy algebra inline.
Policy Algebra (frozen — do not modify, version: 1)
More from camacho/ai-skills
bail
Reflects, updates GitHub Issue, closes PR if open, cleans up worktree/branch.
566plan-review
Auto-assembles review panel using deterministic rules, dispatches agents against plan file, collects verdicts.
547archive
Fills Outcomes & Learnings in a plan file and renames it to .done.md.
542orient
Fetches issue context, auto-detects task type, maps to branch prefix, presents brief.
537capture
Creates a draft GitHub Issue with triage label from natural language description.
535reflect
Use after merging a branch or completing a task to consolidate learnings into memory layers, close out issues, and verify the phase gate.
500