Résumé de passation de session

VérifiéSûr

Résume l'état du projet : changements Git, fichiers modifiés, statut du pipeline, et rédige un rapport de passation dans session_logs.

Spar Skills Guide Bot
DocumentationDébutant
19014/08/2026
Claude Code
#session-handoff#git-log#handoff-summary#project-status

Recommandé pour

Notre avis

Cette compétence génère un résumé de passation de session en analysant le journal Git, les fichiers modifiés et l'état du pipeline, puis écrit un fichier de suivi horodaté.

Points forts

  • S'appuie sur des sources objectives (git, fichiers récents) pour éviter les oublis
  • Produit un fichier structuré et persistant dans session_logs/
  • Inclut l'état actuel du pipeline et les questions ouvertes, facilitant la reprise

Limites

  • Nécessite un historique Git à jour pour être fiable
  • Ne capture pas les informations non commitées ou non détectées par /status
  • Ne remplace pas un compte rendu détaillé des décisions de conception
Quand l'utiliser

Utilisez-le en fin de session ou avant une pause pour préparer une reprise efficace par un autre agent ou une session future.

Quand l'éviter

Évitez de l'utiliser pour un simple résumé de conversation sans besoin de traçabilité dans le dépôt.

Analyse de sécurité

Sûr
Score qualité85/100

The skill instructs to review git history, recent file modifications, and internal pipeline status, then write a summary to a local markdown file. There are no destructive commands, network calls, secret exfiltration, or safety bypasses. It only reads local repository state and writes within the project directory.

Aucun point d'attention détecté

Exemples

Standard handoff
Prepare a handoff summary and write it to session_logs/ with today's date.
Handoff for a new co-author
Create a session handoff for my teammate covering what changed since the last handoff and what to review.
Ongoing project status update
Run a handoff summary now, including open questions and the current pipeline status.

Prepare a co-author or future-session summary. Review: (1) Git log since the last handoff (or last 7 days if no prior handoff). (2) Any files modified recently. (3) Current pipeline status (run /status internally). Produce a plain-language summary covering: what changed, what outputs were regenerated, what to review, open questions. Write to session_logs/YYYY-MM-DD_handoff.md (create session_logs/ if needed).

Skills similaires