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