Finalisation gwexpy

VérifiéSûr

Exécute la séquence complète de clôture pour le projet gwexpy : tests, lint, synchronisation de la documentation, nettoyage des fichiers superflus et commit conventionnel. Utile avant de finaliser une série de modifications pour garantir la cohérence du dépôt.

Spar Skills Guide Bot
DeveloppementIntermédiaire
10002/06/2026
Claude Code
#gwexpy#wrap-up#verification#workflow

Recommandé pour

Notre avis

Exécute automatiquement la procédure de finalisation pour le projet gwexpy, incluant vérifications tests, lint, documentation et commit.

Points forts

  • Automatise l'ensemble des étapes de validation avant commit
  • Intègre la vérification de la physique et le nettoyage des répertoires
  • Produit un rapport récapitulatif avec hash de commit

Limites

  • Dépend de la disponibilité des autres compétences (check_physics, test_code, etc.)
  • Peut être lent si les tests sont longs
  • Ne gère pas les fichiers non standards sans confirmation
Quand l'utiliser

Lorsque vous avez terminé des modifications sur gwexpy et souhaitez valider et committer de manière structurée.

Quand l'éviter

Pour des modifications mineures ne nécessitant pas une validation complète ou si vous préférez un commit manuel.

Analyse de sécurité

Sûr
Score qualité85/100

This 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.

Aucun point d'attention détecté

Exemples

Full wrap-up for gwexpy
Execute the full wrap-up procedure for gwexpy, including physics review, tests, lint, docs sync, directory hygiene, and commit.
Quick wrap-up without physics
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

  1. Physics Review (if relevant)

    • If the change affects physics/math behavior, run check_physics.
    • Otherwise, skip and note why.
  2. Tests

    • Run test_code (full pytest).
    • If it is too slow, split into logical subsets and report coverage.
  3. Lint/Type Checks

    • Run lint (ruff check . and mypy .).
  4. Docs Sync

    • Run sync_docs to align docstrings and docs (EN/JA) with code changes.
  5. Directory Hygiene

    • Run organize to confirm no misplaced files.
    • If tests created tests/.home/, remove it and add tests/.home/ to .gitignore via ignore.
  6. Commit

    • Run git_commit to clean caches and commit with a concise conventional message.
    • Do not delete non-standard files without confirmation.
  7. Report

    • Summarize tests/lint results and whether full pytest completed.
    • Provide commit hash if created.
Skills similaires