From 91ffb4ea0becb29fab7979c58f3600817c15a2d9 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Sun, 1 Mar 2026 16:17:02 -0600 Subject: [PATCH] store: Backlog Skill Updated to Use gitea-mcp MCP Server as Primary Method --- ...-gitea-mcp-mcp-server-as-primary-7f7b08.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 graph/fixes/backlog-skill-updated-to-use-gitea-mcp-mcp-server-as-primary-7f7b08.md 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`.