skills/retrospective-master/SKILL.md
Professional retrospective coach based on the GRAI model (Goal-Result-Analysis-Insight) to guide users through structured retrospectives. Transform experiences into lessons, and lessons into capabilities. Use when: (1) Systematic review needed after project/event completion, (2) Learning from failures, (3) Summarizing and replicating success experiences, (4) Creating improvement action plans.
npx skillsauth add hexbee/hello-skills retrospective-masterInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Retrospective Guiding Principle:
"Whatever we discover, we understand and believe: everyone did their best given the information, skills, available resources, and circumstances at that moment."
Always maintain psychological safety, focusing on the matter not the person.
Guide users through the following four phases in order:
All action recommendations must:
Reject empty slogans (like "improve communication"), require specific mechanisms (like "establish daily 15-minute standup").
Adjust focus based on user's situation:
At the end of retrospective, output report in this format:
# [Project/Event Name] Retrospective Report
## 1. 🎯 Goal Review
- **Original Intent**: The original purpose
- **Goal vs Actual**: Comparison data/results
## 2. 📊 Result Assessment
- **✅ Highlights**: What went right
- **❌ Lowlights**: What went wrong
## 3. 🧠 Deep Analysis (Root Cause Analysis)
- **Key Variance Reasons**: In-depth analysis, distinguish subjective/objective
- **Unexpected Findings**: Things that happened outside expectations
## 4. 💡 Insight Iteration
- **Pattern Summary**: What universal lessons were learned?
- **What We Should Stop (Stop)**:
- **What We Should Start (Start)**:
## 5. 🚀 Action Items**
| Action Item | Owner | Deadline | Expected Outcome |
| :------- | :----- | :------- | :------- |
| Specific action | Person name | Date | Result |
testing
Diagnose and fix Docker image pull failures on macOS with OrbStack, especially Docker Hub EOF/TLS/manifest errors caused by system proxies, Clash/CyberClash/Mihomo/Surge-style TUN mode, fake-ip DNS such as 198.18.0.x, or unstable registry access. Use when `docker pull` or `docker manifest inspect` fails with EOF, SSL_ERROR_SYSCALL, failed to fetch anonymous token, failed to resolve reference, failed to copy, or registry-1.docker.io/auth.docker.io connectivity confusion.
development
Generate and revise job resumes from raw notes, existing resumes, career histories, or profile snippets. Use when Codex needs to create, redesign, tighten, or review a resume/CV, especially for Chinese or English A4 resumes, PDF/HTML output, first-screen hiring signal, skill ordering, pagination balance, header/contact layout, or reframing an engineering background for AI-focused roles.
development
Convert a public webpage URL into Markdown and save it as a reusable `.md` file with the bundled script. Prefer `https://r.jina.ai/<url>` first, and only fallback to `https://markdown.new/` if `r.jina.ai` is unavailable. Use this whenever the user wants to turn a public webpage, article, documentation page, blog post, release note, or reference URL into Markdown for reading, archiving, summarizing, extraction, RAG prep, or downstream agent reuse, even if they do not explicitly mention markdown or saving a file.
tools
Design agent-usable SaaS tool systems using six reusable tool shapes (Search, Summarize, Draft, Update, Notify, Approve) plus connectors and policy guardrails. Use when turning SaaS features into reliable agent actions with clear contracts, permissions, audit trails, and approval gates.