ワンクリックで
issue-tracking
// Manage tasks, epics, and bugs. Default to remote CVS platforms. Use local .issues/ ONLY if ISSUE_TRACKING_FS=1 in .env.ai. Require cvs skill.
// Manage tasks, epics, and bugs. Default to remote CVS platforms. Use local .issues/ ONLY if ISSUE_TRACKING_FS=1 in .env.ai. Require cvs skill.
Rules for interacting with local version control and remote platforms (GitHub, GitLab, Forgejo).
Visual target generation, risk-first game decomposition, and verification criteria. Load at pipeline start before architecture.
Godot MCP servers reference — editor, diagnostics, testing, docs, runtime. Load when doing Godot game dev.
When this skill is loaded, the developer follows the Red-Green-Refactor cycle. The orchestrator loads this skill when the user requests TDD.
Godot 4 project scaffolding — project.godot, architecture notes, script stubs, scene builders, build order. Load after game decomposition.
Task implementation workflow, test harnesses, screenshot/video capture, visual debugging. Load before implementing game tasks.
| name | issue-tracking |
| description | Manage tasks, epics, and bugs. Default to remote CVS platforms. Use local .issues/ ONLY if ISSUE_TRACKING_FS=1 in .env.ai. Require cvs skill. |
Manage tasks, epics, and bugs. Default to remote CVS platforms. Use local .issues/ ONLY if ISSUE_TRACKING_FS=1 in .env.ai. Require cvs skill.
skills/issue-tracking/issue.md.skills/issue-tracking/comment.md.Strictly follow this hierarchy. For CVS, you MUST prefix issue titles with the exact emoticon (e.g., 🚀 Q3 Goals). Do NOT manage or use labels.
initiative): Top-level business goal.
epic): Large project phase.
story): User-facing feature.
task): Atomic implementation step.bug): Defect in a story.bug): Defect in an epic..specs/ files in comments instead of pasting large content.#42) to link parent/child and dependent issues..issues/)<5-digit-id>-<type>-<title-kebab>.md (e.g., 00001-task-add-auth.md). Use the issue-create tool to automatically generate the file and ID, then edit the body.Frontmatter Schema:
id: "00001" # 5-digit zero-padded
type: task # initiative | epic | story | task | bug
title: Add Auth # Emoticons optional in FS
status: open # open | in_progress | done | closed
parent: "00000" # Optional: Parent issue ID
depends: [] # Optional: Array of blocking issue IDs
author: name # Optional: Author name