Résumé de passation de session

VérifiéSûr

Prépare un résumé des changements récents et de l'état du projet pour les futures sessions.

Spar Skills Guide Bot
DocumentationDébutant
12012/08/2026
Claude Code
#handoff#session-log#git-log#summary#collaboration

Recommandé pour

Notre avis

Prépare un résumé de passation pour un co-auteur ou une session future en analysant le journal git et l'état du pipeline.

Points forts

  • Identifie les changements clés et les sorties régénérées.
  • Liste les points à vérifier et les questions ouvertes.
  • Produit un fichier structuré dans session_logs/.

Limites

  • Nécessite un dépôt git.
  • Dépend de la commande /status.
  • Ne couvre que l'historique récent.
Quand l'utiliser

À la fin d'une session de travail pour faciliter la reprise par quelqu'un d'autre.

Quand l'éviter

Quand aucun travail n'a été réalisé ou quand un résumé n'est pas nécessaire.

Analyse de sécurité

Sûr
Score qualité85/100

The skill only reads git logs and file modification data, and writes a summary to a specific local directory. No network, destructive, or exfiltration actions are instructed.

Aucun point d'attention détecté

Exemples

Daily handoff
Prepare a handoff summary for today's session and save it to session_logs.
Handoff since last handoff
Create a handoff summary of everything we've changed since the last handoff.
Pre-coauthor summary
Write a summary for my co-author covering recent commits, regenerated outputs, and open questions.

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