Skip to content

chore: update skills#1151

Merged
hatayama merged 1 commit into
v3-betafrom
feature/hatayama/refresh-skills
May 17, 2026
Merged

chore: update skills#1151
hatayama merged 1 commit into
v3-betafrom
feature/hatayama/refresh-skills

Conversation

@hatayama
Copy link
Copy Markdown
Owner

No description provided.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 17, 2026

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 5958b24d-2976-450e-9377-be640ccc3154

📥 Commits

Reviewing files that changed from the base of the PR and between 2244d1b and ddc2472.

📒 Files selected for processing (36)
  • .agents/skills/uloop-clear-console/SKILL.md
  • .agents/skills/uloop-compile/SKILL.md
  • .agents/skills/uloop-control-play-mode/SKILL.md
  • .agents/skills/uloop-execute-dynamic-code/SKILL.md
  • .agents/skills/uloop-execute-dynamic-code/references/asset-operations.md
  • .agents/skills/uloop-find-game-objects/SKILL.md
  • .agents/skills/uloop-focus-window/SKILL.md
  • .agents/skills/uloop-get-hierarchy/SKILL.md
  • .agents/skills/uloop-get-logs/SKILL.md
  • .agents/skills/uloop-hello-world/SKILL.md
  • .agents/skills/uloop-launch/SKILL.md
  • .agents/skills/uloop-record-input/SKILL.md
  • .agents/skills/uloop-replay-input/SKILL.md
  • .agents/skills/uloop-run-tests/SKILL.md
  • .agents/skills/uloop-screenshot/SKILL.md
  • .agents/skills/uloop-simulate-keyboard/SKILL.md
  • .agents/skills/uloop-simulate-mouse-input/SKILL.md
  • .agents/skills/uloop-simulate-mouse-ui/SKILL.md
  • .claude/skills/uloop-clear-console/SKILL.md
  • .claude/skills/uloop-compile/SKILL.md
  • .claude/skills/uloop-control-play-mode/SKILL.md
  • .claude/skills/uloop-execute-dynamic-code/SKILL.md
  • .claude/skills/uloop-execute-dynamic-code/references/asset-operations.md
  • .claude/skills/uloop-find-game-objects/SKILL.md
  • .claude/skills/uloop-focus-window/SKILL.md
  • .claude/skills/uloop-get-hierarchy/SKILL.md
  • .claude/skills/uloop-get-logs/SKILL.md
  • .claude/skills/uloop-hello-world/SKILL.md
  • .claude/skills/uloop-launch/SKILL.md
  • .claude/skills/uloop-record-input/SKILL.md
  • .claude/skills/uloop-replay-input/SKILL.md
  • .claude/skills/uloop-run-tests/SKILL.md
  • .claude/skills/uloop-screenshot/SKILL.md
  • .claude/skills/uloop-simulate-keyboard/SKILL.md
  • .claude/skills/uloop-simulate-mouse-input/SKILL.md
  • .claude/skills/uloop-simulate-mouse-ui/SKILL.md

📝 Walkthrough

Walkthrough

This PR updates skill manifest documentation across 18 unique uloop tools in both .agents/skills/ and .claude/skills/ directories, shortening and refocusing description frontmatter fields. Input system–dependent skills clarify prerequisites to require New Input System usage, and asset-operations documentation adds context for AssetDatabase.Refresh().

Changes

Skill Manifest Documentation Updates

Layer / File(s) Summary
Core Editor Control skills
.agents/skills/uloop-launch/SKILL.md, .agents/skills/uloop-control-play-mode/SKILL.md, .agents/skills/uloop-focus-window/SKILL.md, .agents/skills/uloop-compile/SKILL.md, .claude/skills/uloop-launch/SKILL.md, .claude/skills/uloop-control-play-mode/SKILL.md, .claude/skills/uloop-focus-window/SKILL.md, .claude/skills/uloop-compile/SKILL.md
Descriptions rewritten to shorter, intent-focused statements for launching/restarting the Editor, controlling play mode, focusing the window, and compiling with error/warning reporting.
Scene and GameObject inspection skills
.agents/skills/uloop-find-game-objects/SKILL.md, .agents/skills/uloop-get-hierarchy/SKILL.md, .claude/skills/uloop-find-game-objects/SKILL.md, .claude/skills/uloop-get-hierarchy/SKILL.md
Descriptions emphasize finding/inspecting GameObjects via selection, and retrieving scene hierarchy as structured JSON for parent-child/descendant relationships.
Logging and output capture skills
.agents/skills/uloop-clear-console/SKILL.md, .agents/skills/uloop-get-logs/SKILL.md, .agents/skills/uloop-screenshot/SKILL.md, .claude/skills/uloop-clear-console/SKILL.md, .claude/skills/uloop-get-logs/SKILL.md, .claude/skills/uloop-screenshot/SKILL.md
Descriptions refocused toward clearing console before compile/tests/debugging, reading Editor logs for bug investigation, and capturing Editor/Game View as PNGs for visual debugging.
Code execution and testing skills
.agents/skills/uloop-execute-dynamic-code/SKILL.md, .agents/skills/uloop-execute-dynamic-code/references/asset-operations.md, .agents/skills/uloop-run-tests/SKILL.md, .agents/skills/uloop-hello-world/SKILL.md, .claude/skills/uloop-execute-dynamic-code/SKILL.md, .claude/skills/uloop-execute-dynamic-code/references/asset-operations.md, .claude/skills/uloop-run-tests/SKILL.md, .claude/skills/uloop-hello-world/SKILL.md
Descriptions updated to emphasize C# execution with Unity APIs when tools are insufficient (scene/prefab edits, SerializedObject, AssetDatabase refresh), testing via Test Runner, and sample hello-world usage; asset-operations notes clarify AssetDatabase.Refresh() use after terminal file changes.
Input recording and replay skills
.agents/skills/uloop-record-input/SKILL.md, .agents/skills/uloop-replay-input/SKILL.md, .claude/skills/uloop-record-input/SKILL.md, .claude/skills/uloop-replay-input/SKILL.md
Descriptions shortened to focus on JSON capture/replay workflows; prerequisites updated to require New Input System usage (removed Active Input Handling settings requirement).
Input simulation skills
.agents/skills/uloop-simulate-keyboard/SKILL.md, .agents/skills/uloop-simulate-mouse-input/SKILL.md, .agents/skills/uloop-simulate-mouse-ui/SKILL.md, .claude/skills/uloop-simulate-keyboard/SKILL.md, .claude/skills/uloop-simulate-mouse-input/SKILL.md, .claude/skills/uloop-simulate-mouse-ui/SKILL.md
Descriptions clarify Keyboard.current/Mouse.current input injection in PlayMode via New Input System; UI-specific simulation distinguished from gameplay input; prerequisites updated to require New Input System usage and removed Active Input Handling settings references.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Possibly related PRs

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/hatayama/refresh-skills

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 and usage tips.

@hatayama hatayama merged commit f12de85 into v3-beta May 17, 2026
3 of 4 checks passed
@hatayama hatayama deleted the feature/hatayama/refresh-skills branch May 17, 2026 10:22
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