Coding & Refactoringlow risk
create-github-issues-feature-from-implementation-plan
Create GitHub Issues from implementation plan phases using feature_request.yml or chore_request.yml templates.
github/awesome-copilot·skills/create-github-issues-feature-from-implementation-plan/SKILL.md
100/ 100品質
この Skill を導入
coding agent を選び、プロジェクト用または個人用コマンドをコピーします。
プロジェクトに導入.agents/skills/create-github-issues-feature-from-implementation-plan
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/create-github-issues-feature-from-implementation-plan -a codex -y個人環境に導入~/.agents/skills/create-github-issues-feature-from-implementation-plan
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/create-github-issues-feature-from-implementation-plan -a codex -g -yプロジェクトに導入.claude/skills/create-github-issues-feature-from-implementation-plan
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/create-github-issues-feature-from-implementation-plan -a claude-code -y個人環境に導入~/.claude/skills/create-github-issues-feature-from-implementation-plan
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/create-github-issues-feature-from-implementation-plan -a claude-code -g -yプロジェクトに導入.agents/skills/create-github-issues-feature-from-implementation-plan
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/create-github-issues-feature-from-implementation-plan -a github-copilot -y個人環境に導入~/.copilot/skills/create-github-issues-feature-from-implementation-plan
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/create-github-issues-feature-from-implementation-plan -a github-copilot -g -yプロジェクトに導入.agents/skills/create-github-issues-feature-from-implementation-plan
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/create-github-issues-feature-from-implementation-plan -a cursor -y個人環境に導入~/.cursor/skills/create-github-issues-feature-from-implementation-plan
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/create-github-issues-feature-from-implementation-plan -a cursor -g -yプロジェクトに導入.agents/skills/create-github-issues-feature-from-implementation-plan
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/create-github-issues-feature-from-implementation-plan -a gemini-cli -y個人環境に導入~/.gemini/skills/create-github-issues-feature-from-implementation-plan
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/create-github-issues-feature-from-implementation-plan -a gemini-cli -g -yNative Gemini CLI
gemini skills install https://github.com/github/awesome-copilot.git --scope workspace --path skills/create-github-issues-feature-from-implementation-plan⚠ インストールには open-source skills CLI を使用します。実行前にソースと権限を確認してください。
Skill の指示
GitHub で元ファイルを表示 ↗# Create GitHub Issue from Implementation Plan
Create GitHub Issues for the implementation plan at `${file}`.
## Process
1. Analyze plan file to identify phases
2. Check existing issues using `search_issues`
3. Create new issue per phase using `create_issue` or update existing with `update_issue`
4. Use `feature_request.yml` or `chore_request.yml` templates (fallback to default)
## Requirements
- One issue per implementation phase
- Clear, structured titles and descriptions
- Include only changes required by the plan
- Verify against existing issues before creation
## Issue Content
- Title: Phase name from implementation plan
- Description: Phase details, requirements, and context
- Labels: Appropriate for issue type (feature/chore)