一键导入
reflect
Write a reflection about a situation that got out of hand during this session
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Write a reflection about a situation that got out of hand during this session
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when the user wants to trigger an Xcode Cloud build for the current branch, kick off the "Deploy Flipcash" workflow, ship an ad-hoc / dogfood build, or push a branch build to a TestFlight group — anything short of a versioned release (for cutting a version, use /release instead).
Fetch latest protobuf definitions, regenerate Swift bindings, verify the build, summarize API changes, and scaffold new service stubs. Usage: /fetch-protos [core|payments] [both]
Daily Bugsnag triage ritual — surface the top open production issue, investigate with evidence, propose a fix direction, route through experts, write a lean review brief.
Build, install, and drive Flipcash on the iPhone 17 simulator to observe a change at its real surface — login deeplink, coordinate-scale gotchas, and chat/send flow routes included.
Use when the user wants to cut a release, ship a version, prepare for release, or invokes /release
| name | reflect |
| description | Write a reflection about a situation that got out of hand during this session |
| disable-model-invocation | true |
| argument-hint | [short-topic-name] |
Create a reflection entry documenting a situation from this session where things went off track.
Create a new file at .claude/reflections/YYYY-MM-DD-$ARGUMENTS.md using today's date and the topic name provided.
Use this structure for the reflection:
# <Descriptive Title>
**Date:** YYYY-MM-DD
## The Bug / Task
What was the original problem or request?
## Root Cause
What was actually causing the issue?
## What Went Wrong
### Attempt N: <short label>
Describe each failed or problematic attempt. What was tried, why it seemed reasonable, and what broke.
Repeat for each attempt.
## Lessons
Numbered list of actionable takeaways. Focus on what to do differently next time, not just what went wrong.
Update .claude/reflections/index.md by adding a new line to the list with a link to the new file and a one-sentence summary.
If .claude/reflections/index.md does not exist, create it with the header # Reflections and a description, then add the entry.