Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 805 Bytes

File metadata and controls

21 lines (14 loc) · 805 Bytes

Issue tracker: GitHub

Issues and PRDs for this repo live as GitHub issues in webdevcom01-cell/agent-studio. Use the gh CLI for all operations.

Conventions

  • Create an issue: gh issue create --title "..." --body "..."
  • Read an issue: gh issue view <number> --comments
  • List issues: gh issue list --state open --json number,title,body,labels,comments
  • Comment on an issue: gh issue comment <number> --body "..."
  • Apply / remove labels: gh issue edit <number> --add-label "..." / --remove-label "..."
  • Close: gh issue close <number> --comment "..."

When a skill says "publish to the issue tracker"

Create a GitHub issue in webdevcom01-cell/agent-studio.

When a skill says "fetch the relevant ticket"

Run gh issue view <number> --comments.