Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/CodySwannGT/lisa --skill lisa-git-commitコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
SOC 職業分類に基づく
| name | lisa-git-commit |
| description | creating conventional commits… |
| allowed-tools | ["Bash"] |
Create conventional commits for current changes. Optional hint: $ARGUMENTS
!git status !git diff --stat
dev, staging, or main, create a feature branch named after the changesgit status to confirm working directory is clean - must show "nothing to commit"feat: for new featuresfix: for bug fixesdocs: for documentationchore: for maintenancestyle: for formattingrefactor: for code restructuringtest: for test additions--no-verify flagExecute the workflow now.