Skip to content

docs: document paused-scenario workflow and TryGetCapturedValue signature in skills#1966

Merged
hatayama merged 1 commit into
feature/pause-point-round9from
docs/pause-point-round9-skill
Jul 23, 2026
Merged

docs: document paused-scenario workflow and TryGetCapturedValue signature in skills#1966
hatayama merged 1 commit into
feature/pause-point-round9from
docs/pause-point-round9-skill

Conversation

@hatayama

@hatayama hatayama commented Jul 23, 2026

Copy link
Copy Markdown
Owner

Summary

  • Document the canonical Pause → build → --await --resume-play --trigger workflow for fast-progressing games in the pause-point skill.
  • Document TryGetCapturedValue's (bool Found, object Value) return shape and simulate-keyboard --action ReleaseAll recovery after pause-point interruptions.

User Impact

  • Agents following the skills can arm scenarios while paused without losing the race to gravity/timers, and can recover sticky keyboard state after an interruption without guessing KeyUp retries.

Changes

  • Rewrite Fast-Progressing Games; update Quick Check pointers for --resume-play.
  • Add TryGetCapturedValue tuple deconstruct sample.
  • Add ReleaseAll to simulate-keyboard parameters, actions, examples, output, and prerequisites.
  • Regenerate .claude/ and .agents/ skill copies via uloop skills install --claude --agents.

Verification

  • dist/darwin-arm64/uloop skills install --claude --agents (Updated: 2 + 2)
  • Verbatim apply of advisor-approved English from the approved draft file

Review in cubic

Agents need the Pause → build → --resume-play --trigger pattern and the
TryGetCapturedValue tuple shape; ReleaseAll recovery after pause-point
interruption belongs in the keyboard skill.

Co-authored-by: Cursor <cursoragent@cursor.com>
@coderabbitai

coderabbitai Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@hatayama, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 1 minute

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: f95f9597-ba21-4d78-adee-9299ff5f408d

📥 Commits

Reviewing files that changed from the base of the PR and between 8857300 and 3651445.

📒 Files selected for processing (6)
  • .agents/skills/uloop-pause-point/SKILL.md
  • .agents/skills/uloop-simulate-keyboard/SKILL.md
  • .claude/skills/uloop-pause-point/SKILL.md
  • .claude/skills/uloop-simulate-keyboard/SKILL.md
  • Packages/src/Editor/CliOnlyTools~/PausePoint/Skill/SKILL.md
  • Packages/src/Editor/FirstPartyTools/SimulateKeyboard/Skill/SKILL.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/pause-point-round9-skill

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@hatayama
hatayama merged commit 2b5f370 into feature/pause-point-round9 Jul 23, 2026
2 checks passed
@hatayama
hatayama deleted the docs/pause-point-round9-skill branch July 23, 2026 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant