SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/carrot-foundation/middle-earth --skill create-prコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | create-pr |
| description | Create Pull Request |
Create PR following project conventions with critical analysis.
main)Search for .github/pull_request_template.md. If not found, use a sensible default.
.ai/rules/pull-request-description.mdtmp/pull-requests/{sanitized-branch}.mdgh pr create command:gh pr create \
-a @me \
-r carrot-foundation/developers \
-R carrot-foundation/middle-earth \
-t "PR Title Here" \
-B main \
-F tmp/pull-requests/{sanitized-branch}.md