Skip to content

feat: add ipa-security-guide skill#43

Merged
cm-kuroeda merged 3 commits into
classmethod:mainfrom
TerukazuIKEDA:feature/add-ipa-security-guide
May 19, 2026
Merged

feat: add ipa-security-guide skill#43
cm-kuroeda merged 3 commits into
classmethod:mainfrom
TerukazuIKEDA:feature/add-ipa-security-guide

Conversation

@TerukazuIKEDA
Copy link
Copy Markdown
Contributor

概要

ipa-security-check の出力レポートを読み込み、tsumiki:dev-debug にそのまま渡せる優先順位付きの依頼リストに変換するスキル ipa-security-guide を追加します。

追加するファイル

skills/ipa-security-guide/
├── SKILL.md                   # スキル本体
├── knowledge/
│   ├── triage.md              # 対応不要の判断基準
│   └── priority.md            # 優先順位・グループ化の基準
└── lib/
    └── output_formatter.md    # 出力フォーマット定義

機能概要

  1. 対応不要候補リスト — アーキテクチャ上リスクが成立しない件と根拠を提示(最終判断はユーザー)
  2. 優先順位付き依頼リストtsumiki:dev-debug にそのままコピペできるフォーマット
  3. まとめテーブル — 全件を一覧で整理

使い方

/ipa-security-guide
/ipa-security-guide <レポートファイルパス>
/ipa-security-guide <レポートファイルパス> -o <出力ファイルパス>

ipa-security-check と組み合わせることで、スキャン → 修正依頼生成 → tsumiki:dev-debug で修正、というフローがツール完結で実現できます。

関連

  • tsumiki:ipa-security-check — このスキルの入力となる静的解析ツール

ipa-security-check の出力レポートを読み込み、tsumiki:dev-debug にそのまま渡せる
優先順位付きの依頼リストに変換するスキルを追加する。
Copy link
Copy Markdown
Collaborator

@cm-kuroeda cm-kuroeda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cm-kuroeda cm-kuroeda merged commit 8dc64e0 into classmethod:main May 19, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants