add CLAUDE.md + agent skill config (issue tracker, triage labels, domain docs)
This commit is contained in:
20
docs/agents/issue-tracker.md
Normal file
20
docs/agents/issue-tracker.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Issue tracker: Gitea
|
||||
|
||||
Issues and PRDs for this repo live on the Gitea instance at `git.gabrielkaszewski.dev`, repo `GKaszewski/k-tv`. Use the Gitea MCP tools for all operations.
|
||||
|
||||
## Conventions
|
||||
|
||||
- **Create an issue**: `mcp__gitea__issue_write` with method `create`, owner `GKaszewski`, repo `k-tv`
|
||||
- **Read an issue**: `mcp__gitea__issue_read` with method `get`
|
||||
- **List issues**: `mcp__gitea__list_issues` with owner `GKaszewski`, repo `k-tv`
|
||||
- **Comment on an issue**: `mcp__gitea__issue_write` with method `add_comment`
|
||||
- **Apply / remove labels**: `mcp__gitea__issue_write` with method `add_labels` / `remove_label`
|
||||
- **Close**: `mcp__gitea__issue_write` with method `update`, state `closed`
|
||||
|
||||
## When a skill says "publish to the issue tracker"
|
||||
|
||||
Create a Gitea issue using the MCP tools.
|
||||
|
||||
## When a skill says "fetch the relevant ticket"
|
||||
|
||||
Use `mcp__gitea__issue_read` with method `get`.
|
||||
Reference in New Issue
Block a user