ソース情報
- リポジトリ
- finos/git-proxy
- ソースの最終更新活動
- 2026年4月1日 11:10
- 検出された SKILL.md の言語
- 英語
- スター
- 243
- フォーク
- 174
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/finos/git-proxy --skill summaryコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | summary |
| description | Generate a concise implementation summary for a PR description |
Generate a concise implementation summary for a PR description.
Read AGENTS.md first. It is the canonical project guide for this repository.
Steps:
/docs skill to ensure documentation is up to date with the branch changesgit diff main...HEAD --stat and git log main..HEAD --oneline to understand all changes on this branchgit rev-parse --abbrev-ref HEADplans/<branch-name>-summary.md, replacing any / in the branch name with -Summary format rules:
#, ##, ###, etc.) — structure the summary with bold labels and line breaks instead**bold** for section labels (e.g., **What:**, **Why:**, **Changes:**)-) for listing changes[text](url) for hyperlinks when referencing issues or external resources**What:** — a one-line statement explaining the change**Why:** — 2-3 sentences max explaining the motivation**Changes:** — key changes as bullet points (no nested bullets)**Tests:** with one line describing coverage**How to verify:** — concrete steps as a numbered listOutput rules:
plans/<branch-name>-summary.md"Do NOT:
#, ##, ###) anywhere in the summary