スキル一覧に戻る
inspirepan

commit

by inspirepan

Coding Agent CLI

14🍴 2📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: commit description: Use this skill when the user asks to commit, save, or persist their code changes to version control and describe current changes. metadata: short-description: Commit current changes

Please follow the steps below to commit your changes with jj (describe current changes).

Run jj log -n 5 to see working copy changes and all current changes.

For each non-empty change without a description (shows as "(no description set)"):

  1. Run jj diff -r <change_id> --git to view the diff
  2. Read related files if needed to understand the context
  3. Use jj describe -r <change_id> to add a meaningful description

If changes were made during this conversation, use conversation context to write accurate descriptions.

Commit Message Format

Pass the commit message directly with -m flag. For multi-line messages, use quoted strings:

jj describe -m "feat(scope): short description

- Detail line 1
- Detail line 2"

Avoid using single quotes or apostrophes in commit messages to prevent shell escaping issues.

Message Style

Follow the Conventional Commits specification:

<type>(<scope>): <description>

Types:

  • feat: New feature
  • fix: Bug fix
  • docs: Documentation changes
  • style: Code style changes (formatting, no logic change)
  • refactor: Code refactoring (no feature or fix)
  • test: Adding or updating tests
  • chore: Build process, dependencies, or tooling changes

Examples:

  • feat(cli): add --verbose flag for debug output
  • fix(llm): handle API timeout errors gracefully
  • docs(readme): update installation instructions
  • refactor(core): simplify session state management

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です