在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:287
forks:147
updated:2026年1月30日 07:43
文件资源管理器
SKILL.md
| 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
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.