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>
517 B
517 B
| name | description | argument-hint | allowed-tools | |
|---|---|---|---|---|
| issue-comment | This skill should be used when the user asks to "comment on issue", "add comment", "reply to issue", or needs to post a comment on a Forge issue. | <repo> --number=N --body="comment text" [--org=core] |
|
Comment on Forge Issue
Post a comment on a Forge issue.
core-agent issue/comment <repo> --number=N --body="comment text" [--org=core]
Example:
core-agent issue/comment go --number=16 --body="Fixed in v0.6.0"