ai-agents/skills/plan-issue-export/SKILL.md
AIとの壁打ちで整理したプラン、または指定ファイルの内容を GitHub Issue として作成する。セッション内のプランの Issue 化、既存プランファイルからの Issue 作成、config によるデフォルト値設定が必要なときに使う。
npx skillsauth add hodanov/my-pde plan-issue-exportInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
AIとの壁打ちで整理したプラン、または既存のプランファイルを、GitHub Issue として作成する。
/plan-issue-export 提案してくれたプランを Issue にして/plan-issue-export さっき整理した実装案を Issue にして/plan-issue-export docs/plan/2026-03-10_plan-issue-export.md を Issue にして以下を満たす GitHub Issue を作成すること。
${CLAUDE_SKILL_DIR}/config.yaml でデフォルト値を設定できる。雛形は config.example.yaml を参照。
config.yaml が存在する場合はデフォルト値として読み込み、引数やユーザー指示で上書きできる。config.yaml が存在しない場合は、必須項目(repository)をユーザーに確認する。
| フィールド | 必須 | 説明 |
| ------------ | ---- | ----------------------------------------------------------------------- |
| repository | Yes | Issue 作成先リポジトリ(owner/repo 形式) |
| project | No | GitHub Projects のプロジェクト番号(Sprint/Status/Estimate 設定に必要) |
| sprint | No | Sprint 値。current を指定した場合は現在の iteration を自動取得する |
| status | No | Issue の Status フィールドに設定する値 |
| estimate | No | Issue の Estimate フィールドに設定する値 |
../plan-markdown-export/normalize-rules.md を参照。
${CLAUDE_SKILL_DIR}/config.yaml が存在すれば読み込み、デフォルト値を取得するrepository が未設定の場合はユーザーに確認する# Plan: ... の ... 部分)を使うgh auth status で認証状態を確認する(未認証なら案内して中断)gh issue create --repo <repository> --title <title> --body <body> で Issue を作成するproject が設定されている場合、以下の Project フィールドを設定する:
sprint: current の場合は gh project item-list から現在の iteration を取得して設定する。固定値の場合はそのまま設定するgh project item-edit を使う出力形式は template.md を参照。
Current structure や Design policy が無い場合は、該当セクションを省略してよいFile changes と Risks and mitigations は、情報が表形式に向いている場合は表を優先するOpen questions に残すgh CLI が未認証の場合は gh auth login を案内して中断するsprint: current)が失敗した場合はスキップし、ユーザーに通知するdocumentation
SV リーグの試合詳細ページから REPORT-A / REPORT-B(任意で LiveScore)を取得し、応援チーム / 両チーム対比 / 注目選手ズームの 3 視点で 1 試合分のレビュー Markdown を `docs/svleague-match-review/` 配下に出力する。
data-ai
GitHub Actions の SHA ピン留め(pinact 必須)と Dependabot・Renovate のクールダウン設定(14日間)をリポジトリに適用し、サプライチェーン攻撃対策を実施する。ユーザーが「サプライチェーン対策」「GHA ピン留め」「Dependabot クールダウン」「pinact」「supply chain hardening」に言及した場合に使用する。
tools
スキル使用後の observation(結果・問題・フィードバック)を記録する。 スキルの改善サイクル(Observe → Inspect → Amend → Evaluate)の起点。 使用後に `/skill-observe <スキル名> <結果> [問題/フィードバック]` で呼び出す。
tools
蓄積された observations を分析し、SKILL.md への改善提案を生成する。 Observe → Inspect → Amend → Evaluate ループの Inspect/Amend フェーズ。 `--apply` フラグで承認後の適用も可能。