diff --git a/.ruler/mcp.json b/.ruler/mcp.json index b34357e..08834ad 100644 --- a/.ruler/mcp.json +++ b/.ruler/mcp.json @@ -13,22 +13,10 @@ "start-mcp-server" ] }, - "Linear": { - "command": "npx", - "args": ["-y", "mcp-remote", "https://mcp.linear.app/sse"] - }, "GitHub": { "command": "npx", "args": ["-y", "mcp-remote", "https://api.githubcopilot.com/mcp/"] }, - "Figma": { - "command": "npx", - "args": ["-y", "mcp-remote", "http://127.0.0.1:3845/sse"] - }, - "Beeper": { - "command": "npx", - "args": ["-y", "mcp-remote", "http://localhost:23373/v0/mcp"] - }, "Codex": { "type": "stdio", "command": "codex", diff --git a/skills/issue-create/SKILL.md b/skills/issue-create/SKILL.md deleted file mode 100644 index 4339fe8..0000000 --- a/skills/issue-create/SKILL.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -name: issue-create -allowed-tools: Read, Bash, TodoWrite, mcp__Linear__* -description: Create Linear issues with proper assignment and labeling ---- - -# /issue-create — Create Linear issues - -Create Linear issues with proper assignment and labeling. - -## Default Assignment - -Assign all issues to `shunkakinoki`. - -## Labels - -| Category | Labels | -|----------|--------| -| Primary | Bug, Enhancement, Documentation | -| Status | Duplicate, Invalid, Wontfix, Question | -| Automation | Dependencies, Dependabot, Renovate, Automerge | -| Other | Good First Issue, Help Wanted | - -## Issue Structure - -```markdown -## Problem -[User-facing impact or goal] - -## Acceptance Criteria -- [ ] Condition 1 -- [ ] Condition 2 - -## Technical Notes -[Implementation hints, specs, affected services] - -## Testing -[Validation steps] -``` - -## Guidelines - -- Apply one primary label (Bug/Enhancement/Documentation) -- Cross-link related GitHub issues/PRs -- Close only after verifying acceptance criteria