add CLAUDE.md + agent skill config (issue tracker, triage labels, domain docs)

This commit is contained in:
2026-07-12 05:32:57 +02:00
parent 33b440d297
commit f45eb38d97
4 changed files with 84 additions and 0 deletions

View 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`.