store: Backlog Skill Updated to Use gitea-mcp MCP Server as Primary Method

This commit is contained in:
Cal Corum 2026-03-01 16:17:02 -06:00
parent 005f469934
commit 91ffb4ea0b

View File

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