Plugin commands derive namespace from directory (claude/code/) not the name field. Commands now: /code:dispatch, /code:status, /code:recall, /code:review, /code:sweep, /code:scan. Co-Authored-By: Virgil <virgil@lethean.io>
12 lines
328 B
Markdown
12 lines
328 B
Markdown
---
|
|
name: scan
|
|
description: Scan Forge repos for open issues with actionable labels (agentic, help-wanted, bug)
|
|
arguments:
|
|
- name: org
|
|
description: Forge org to scan
|
|
default: core
|
|
---
|
|
|
|
Use the `mcp__core__agentic_scan` tool with org: $ARGUMENTS.org
|
|
|
|
Show results as a table with columns: Repo, Issue #, Title, Labels.
|