1---2name: code-pr-review-loop3description: Instructions4---56## Instructions78Follow this workflow to reduce context switching while developing with Claude Code Desktop:9101) **Preview the running app in Desktop**11 - Start your dev server from Claude Code Desktop and use the in-app preview to view the UI.12 - Use the preview to point out visual elements and issues, and ask Claude to iterate using what it sees and any console logs.13142) **Review local diffs before pushing**15 - Use the Desktop “Review code” button to request a review of your local changes.16 - Address the inline comments before your changes leave your machine.17183) **Monitor GitHub PR checks (optional automation)**19 - After opening a PR, keep Claude Code Desktop open to monitor CI checks.20 - If available in your setup, enable:21 - **auto-fix** to attempt fixes when CI fails.22 - **auto-merge** to merge once checks pass.23244) **Carry session context across surfaces**25 - If you started in the CLI, run `/desktop` to bring the session into Desktop.26 - Use “Continue with Claude Code on the web” to move a local Desktop session to web/mobile.2728## Examples2930### Example: Ask Claude to review before you push3132- Open the Desktop diff view and click **Review code**.33- Then ask: “Apply the review feedback and re-run the checks.”3435### Example: Move a CLI session into Desktop3637Run the command below in a Claude Code CLI session:3839```40/desktop41```4243## Source4445- Blog post: https://claude.com/blog/preview-review-and-merge-with-claude-code46
Run npx skillmds@latest add uygnoey/code-pr-review-loop in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Instructions It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
uygnoey (@uygnoey) published this skill. Their other Agent Skills are listed on their SkillMD profile.