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
65/ 100推薦值

匯入這個 Skill

選擇你的 coding agent,複製專案級或個人級安裝指令。

固定至平台收錄的 commit
匯入目前專案.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
手動放置目錄.agents/skills/create-github-issues-feature-from-implementation-planOfficial docs ↗
匯入目前專案.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
手動放置目錄.claude/skills/create-github-issues-feature-from-implementation-planOfficial docs ↗
匯入目前專案.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-planOfficial docs ↗
匯入目前專案.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-planOfficial docs ↗
匯入目前專案.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 -y
Native Gemini CLIgemini skills install https://github.com/github/awesome-copilot.git --scope workspace --path skills/create-github-issues-feature-from-implementation-plan
手動放置目錄.agents/skills/create-github-issues-feature-from-implementation-planOfficial docs ↗
⚠ 安裝指令使用開源 skills CLI。執行前請檢查來源、腳本與權限。
# 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)