Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
$ git log --oneline --stat
stars:287
forks:147
updated:2026年1月30日 07:43
ファイルエクスプローラー
SKILL.md
Fetches comments and reviews from the current GitHub Pull Request and formats them as Markdown.
Runs all necessary checks (lint, tests) and pushes to GitHub. Use this as the final safety gate.
Prepares the codebase for a commit by formatting code and helping identify temporary comments.
| name | Verify Changes |
| description | Runs unit tests to quickly verify changes during the development loop. |
Use this skill after each meaningful change to verify you haven't broken existing functionality.
Runs the local unit tests for the debug variant.
python3 .agent/skills/verify_changes/scripts/verify.py