Skip to content

Add a Claude Code verify skill for driving the app - #16

Open
yuryu wants to merge 1 commit into
mainfrom
claude-verify-skill
Open

Add a Claude Code verify skill for driving the app#16
yuryu wants to merge 1 commit into
mainfrom
claude-verify-skill

Conversation

@yuryu

@yuryu yuryu commented Jul 10, 2026

Copy link
Copy Markdown
Owner

Adds a project-level Claude Code verify skill (.claude/skills/verify/SKILL.md) capturing how to verify YbInfo changes end-to-end at the GUI surface:

  • locating MSBuild via vswhere and building a specific platform/configuration
  • launching the exe (battery/UPS prerequisite), opening the About dialog via WM_SYSCOMMAND/IDM_ABOUTBOX, and finding its window
  • reading control text cross-process with WM_GETTEXT, screenshotting with DPI awareness, and inspecting embedded RCDATA resources in the built exe
  • the big gotcha: YbInfo.rc is Shift-JIS and must only be edited via a cp932-safe round-trip, never with raw text tools

This was distilled from verifying #15 and lets future Claude Code sessions skip the cold start.

🤖 Generated with Claude Code

Documents how to build YbInfo and verify changes at the GUI surface:
launching the exe, opening dialogs via WM_SYSCOMMAND, reading control
text cross-process, screenshotting, and the Shift-JIS pitfall when
editing YbInfo.rc.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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