원클릭으로
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.