21 lines
893 B
Markdown
21 lines
893 B
Markdown
# 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`.
|