Our review
Automates the end-of-workflow wrap-up for gwexpy, including physics review, tests, linting, documentation sync, directory hygiene, commit, and report.
Strengths
- Streamlines validation steps before commit
- Integrates physics checks and directory cleanup
- Provides a summary report with commit hash
Limitations
- Depends on availability of other skills (check_physics, test_code, etc.)
- Can be slow if full test suite runs
- Requires user confirmation for non-standard file deletion
When completing changes to gwexpy and needing a structured validation and commit process.
For trivial changes that don't require full validation, or if you prefer manual commits.
Security analysis
SafeThis skill orchestrates other skills for a wrap-up workflow (tests, linting, docs, commit). It does not execute any shell commands or risky operations directly. The commit step is a standard development practice and includes a caution not to delete files without confirmation.
No concerns found
Examples
Execute the full wrap-up procedure for gwexpy, including physics review, tests, lint, docs sync, directory hygiene, and commit.Run the wrap-up for gwexpy but skip the physics review since the changes don't affect physics.name: wrap_up_gwexpy description: gwexpy向けの一連の検証・整理・コミット手順をまとめて実行する
Wrap Up (gwexpy)
This skill performs a full end-of-workflow wrap-up for gwexpy, aligned to available skills.
Instructions
-
Physics Review (if relevant)
- If the change affects physics/math behavior, run
check_physics. - Otherwise, skip and note why.
- If the change affects physics/math behavior, run
-
Tests
- Run
test_code(fullpytest). - If it is too slow, split into logical subsets and report coverage.
- Run
-
Lint/Type Checks
- Run
lint(ruff check .andmypy .).
- Run
-
Docs Sync
- Run
sync_docsto align docstrings and docs (EN/JA) with code changes.
- Run
-
Directory Hygiene
- Run
organizeto confirm no misplaced files. - If tests created
tests/.home/, remove it and addtests/.home/to.gitignoreviaignore.
- Run
-
Commit
- Run
git_committo clean caches and commit with a concise conventional message. - Do not delete non-standard files without confirmation.
- Run
-
Report
- Summarize tests/lint results and whether full pytest completed.
- Provide commit hash if created.
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.