← スキル一覧に戻る

prepare-commit
by codyseavey
⭐ 0🍴 0📅 2026年1月20日
SKILL.md
name: prepare-commit description: Get the repository ready for a commit by staging changes, updating documentation, ensuring configuration files are correct, and running tests and linting tools.
We need to get the repo for a commit. Please go through these steps:
- Review all of the changes made since the last commit.
- Rebase or merge the latest changes from the main branch to ensure there are no conflicts.
- Stage all necessary changes. Do note stage any files that should not be committed. This includes but is not limited to:
- Temporary files
- Build artifacts
- Sensitive information
- Dependencies that can be restored via package managers.
- One-off scripts or files that are not part of the main codebase.
- Debugging or logging files.
- Make sure .gitignore is up to date
- Update the CLAUDE.md file.
- Update the README.md file
- Ensure that the tests all pass
- Run all the available lint tools
- Ensure CI/CD integration has all necessary changes.
- Ensure that the pipeline includes setting up any dependencies
- Adding any linting or testing steps
- Updating deployment configurations if necessary
- Ensure that any environment variables or secrets required for the CI/CD process are properly configured.
Summarize the changes made during this process and provide me with a concise commit message that accurately reflects the changes staged for commit.
スコア
総合スコア
45/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
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です