agent/claude/devops/skills/issue-get/SKILL.md
Snider 7e30f336cc feat(devops): 13 CLI-backed skills for forge, workspace, and diagnostics
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>
2026-03-22 15:45:16 +00:00

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]
Bash

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