ワンクリックで
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.