Agent skill

wrap_up

作業終了時の一連のフロー(検証、テスト、リント、ドキュメント更新、コミット)を一括実行する

Stars 163
Forks 31

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

  1. Verify Physics:

    • Run the verify_physics skill to ensure physical correctness of any new implementation.
  2. Quality Check:

    • Run the run_tests skill to verify functionality.
    • Run the lint_code skill to ensure code style and types are correct.
    • Stop if significant errors are found.
  3. Documentation:

    • Run the sync_docs skill to update docstrings and documentation files.
  4. Finalize:

    • Run the update_gitignore skill if new untracked files shouldn't be committed.
    • Run the commit_cleanup skill to remove temporary files and commit the changes.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results