スキル一覧に戻る
knowns-dev

knownscommit

by knowns-dev

knownscommitは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。

66🍴 13📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: knowns.commit description: Use when committing code changes with proper conventional commit format and verification

Committing Changes

Your task is to help the user to generate a commit message and commit the changes using git.

Guidelines

  • DO NOT add any ads such as "Generated with Claude Code"
  • DO NOT add Co-Authored-By line
  • Only generate the message for staged files/changes
  • Don't add any files using git add. The user will decide what to add.
  • Follow the rules below for the commit message.

Format

<type>:<space><message title>

<bullet points summarizing what was updated>

Example Titles

feat(auth): add JWT login flow
fix(ui): handle null pointer in sidebar
refactor(api): split user controller logic
docs(readme): add usage section

Example with Title and Body

feat(auth): add JWT login flow

- Implemented JWT token validation logic
- Added documentation for the validation component

Rules

  • Title is lowercase, no period at the end.
  • Title should be a clear summary, max 50 characters.
  • Use the body (optional) to explain why, not just what.
  • Bullet points should be concise and high-level.

Avoid:

  • Vague titles like: "update", "fix stuff"
  • Overly long or unfocused titles
  • Excessive detail in bullet points

Allowed Types

TypeDescription
featNew feature
fixBug fix
choreMaintenance (e.g., tooling, deps)
docsDocumentation changes
refactorCode restructure (no behavior change)
testAdding or refactoring tests
styleCode formatting (no logic change)
perfPerformance improvements

Process

  1. Run git status and git diff --staged to see staged changes
  2. Generate commit message following the format above
  3. Show the message to user and ask for confirmation
  4. Commit with git commit -m "message"

スコア

総合スコア

75/100

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

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

+5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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