Thin skill wrappers over core-agent CLI commands: - workspace-list, workspace-clean - issue-get, issue-list, issue-comment - pr-get, pr-list, pr-merge - repo-get, repo-list - build-prompt, health-check Each skill calls core-agent directly — no raw API calls, no remembering flags. Edge cases fixed in the skill. Co-Authored-By: Virgil <virgil@lethean.io>
497 B
497 B
| name | description | argument-hint | allowed-tools | |
|---|---|---|---|---|
| issue-get | This skill should be used when the user asks to "get issue", "show issue", "read issue", "fetch issue", or needs to view a specific Forge issue by number. | <repo> --number=N [--org=core] |
|
Get Forge Issue
Fetch and display a Forge issue by number.
core-agent issue/get <repo> --number=N [--org=core]
Example:
core-agent issue/get go --number=16
core-agent issue/get agent --number=5 --org=core