Agent skill
wrap_up
作業終了時の一連のフロー(検証、テスト、リント、ドキュメント更新、コミット)を一括実行する
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/wrap-up
SKILL.md
Wrap Up Work
This skill executes a standard sequence of tasks to verify, clean, and commit work.
Instructions
-
Verify Physics:
- Run the
verify_physicsskill to ensure physical correctness of any new implementation.
- Run the
-
Quality Check:
- Run the
run_testsskill to verify functionality. - Run the
lint_codeskill to ensure code style and types are correct. - Stop if significant errors are found.
- Run the
-
Documentation:
- Run the
sync_docsskill to update docstrings and documentation files.
- Run the
-
Finalize:
- Run the
update_gitignoreskill if new untracked files shouldn't be committed. - Run the
commit_cleanupskill to remove temporary files and commit the changes.
- Run the
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?