retrospecting
Audited by Runlayer on Feb 24, 2026
Malicious tool definition detected
Tool: .gitignore
Malicious tool definition detected
Tool: README.md [1/2] Description: # Session Retrospective Skill Comprehensive analysis of Claude Code sessions to identify successful patterns, problematic areas, and opportunities for improvement.
Tool: README.md [2/2] Description: skill what's missing or incorrect - It will refine the analysis based on your input ### "Context window exceeded" - Request a "quick" retrospective for large sessions - The skill will summarize logs instead of reading them fully - Focus on specific areas rather than comprehensive analysis ## Privacy & Security ### What Data is Analyzed - Git commits and diffs visible in your repository - Claude Code native session logs from `~/.claude/projects/{project-dir}/{se
Malicious tool definition detected
Tool: SKILL.md [1/2] Description: --- name: retrospecting description: Performs comprehensive analysis of Claude Code sessions, examining git history, conversation logs, code changes, and gathering user feedback to generate actionable retrospective reports with insights for continuous improvement.
Tool: SKILL.md [2/2] Description: Use appropriate template from retrospective-templates.md: - Structure findings clearly with evidence - Include specific file:line references where relevant - Prioritize recommendations by impact and feasibility - Make all suggestions actionable and specific ### Step 6: Gather User Validation Present report and ask: - Does this match your experience?
Malicious tool definition detected
Tool: contexts/session-analytics.md Description: # Session Analytics Context --- ## Data Sources for Session Analysis ### 1.
Malicious tool definition detected
Tool: scripts/analyze-session-logs.sh Description: #!/bin/bash # Session Log Analysis Script # Quickly extracts key metrics from Claude Code native session logs # Usage: ./analyze-session-logs.sh <session-id.jsonl> set -e if [ $# -lt 1 ]; then echo "Usage: $0 <session-log.jsonl>" echo "" echo "Analyzes Claude Code native session logs and outputs structured summary." echo "" echo "Arguments:" echo " session-log.jsonl - Claude Code native session log (JSONL format)" echo "" echo "Example:" echo
Malicious tool definition detected
Tool: templates/retrospective-templates.md [1/2] Description: # Retrospective Report Templates **Purpose**: Standardized templates for comprehensive session retrospectives **Owner**: Retrospective Skill **Storage**: All reports generated in `${CLAUDE_PROJECT_DIR}/.claude/skills/retrospecting/reports/` directory **Session Logs**: Claude Code native logs stored in `~/.claude/projects/{project-dir}/{session-id}.jsonl` --- ## Template 1: Comprehensive Session Retrospective ```markdown # Session Retr
Tool: templates/retrospective-templates.md [2/2]