← スキル一覧に戻る

wrap-up
by tatsuki-washimi
gwpy expansions for experiments
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: wrap_up description: 作業終了時の一連のフロー(検証、テスト、リント、ドキュメント更新、コミット)を一括実行する
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
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です