Back to list
Motoki0705

agents-pre-commit

by Motoki0705

0🍴 0📅 Jan 22, 2026

SKILL.md


name: agents-pre-commit description: Run pre-commit checks using src.agents.scripts.pre_commit after editing code. Use when you need automated lint/format hooks on changed files or before running tests and review.

Agents Pre Commit

Overview

Use this skill to run the repo's pre-commit hooks on files changed since HEAD.

Quick start

uv run python -m src.agents.scripts.pre_commit

Notes

The script runs pre-commit on git diff --name-only HEAD and may delegate fixes to sub-agents. Logs are saved under agents_workspace/sub_agents/logs/.

If uv cache permissions fail, use a workspace cache:

uv --cache-dir agents_workspace/tmp_cache/uv_cache run python -m src.agents.scripts.pre_commit

Score

Total Score

50/100

Based on repository quality metrics

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

Reviews

💬

Reviews coming soon