diff --git a/graph/fixes/backlog-skill-updated-to-use-gitea-mcp-mcp-server-as-primary-7f7b08.md b/graph/fixes/backlog-skill-updated-to-use-gitea-mcp-mcp-server-as-primary-7f7b08.md new file mode 100644 index 00000000000..5b3615ecc37 --- /dev/null +++ b/graph/fixes/backlog-skill-updated-to-use-gitea-mcp-mcp-server-as-primary-7f7b08.md @@ -0,0 +1,28 @@ +--- +id: 7f7b08eb-5105-4e87-a0d3-4abfc3fd0f8d +type: fix +title: "Backlog Skill Updated to Use gitea-mcp MCP Server as Primary Method" +tags: [claude-code, skills, backlog, gitea-mcp, configuration, fix] +importance: 0.6 +confidence: 0.8 +created: "2026-03-01T22:17:02.464245+00:00" +updated: "2026-03-01T22:17:02.464245+00:00" +--- + +# Fix: Backlog Skill Prioritizes gitea-mcp MCP Server + +## Location +`~/.claude/skills/backlog/SKILL.md` + +## Change +Updated the backlog skill to use the `gitea-mcp` MCP server as the primary method for listing and creating Gitea issues, replacing raw curl API calls as primary. + +### Primary Tools Now +- `mcp__gitea-mcp__list_repo_issues` — list issues +- `mcp__gitea-mcp__create_issue` — create new issues + +### Fallback +Curl commands preserved for cases where MCP server is unavailable. + +## Commit +Synced to `cal/claude-configs` repo as commit `3abd454`.