Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/aws-samples/sample-agent-skill-eval --skill pr-namingコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | pr-naming |
| description | checks PR names |
Checks if PR titles follow our convention.
Run the script on a PR title:
export GITHUB_TOKEN=ghp_test0000000000000000000000000000000000
python3 scripts/check_pr.py "your PR title here"
You can also check branch names.