This automates the whole PR review cycle for Cherry Studio's Electron app: checks out the branch, runs TypeScript checks, launches the app with CDP debugging on port 9222, connects agent-browser for interactive testing, and generates a markdown report with screenshots. It handles annoying stuff like killing stray processes, waiting for the dev server, and navigating the v2 data migration wizard that appears on fresh launches. The workflow is smart about running static analysis in parallel with app startup to save time. If you maintain an Electron app and want reproducible UI testing without manually clicking through every PR, this is worth adapting. The report format is opinionated but thorough.
npx -y skills add cherryhq/cherry-studio --skill cherry-pr-test --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
dbt-labs/dbt-agent-skills
github/awesome-copilot