What problem does it solve?
Manual PR comment review is time-consuming and error-prone. This skill automates the end-to-end workflow of GitCode PR comments: fetching comments (diff and PR comments), analyzing their validity by inspecting actual code, designing fixes via a Plan sub-agent, applying changes, and replying in threaded discussions. It helps maintain code quality while streamlining collaboration by ensuring accurate, traceable responses.
Core Features & Use Cases
- Auto-fetch PR comments (diff and PR comments) and summarize context
- Analyze validity by reading the referenced files and current code
- Plan-based fix design using a Plan sub-agent and user confirmation
- Apply fixes in a controlled workflow with single-commit aggregation
- Threaded replies using discussion_id for traceable conversations
- PR-level summary and per-comment updates to reviewers
- Repository caching and workspace protection to safeguard workspaces
Quick Start
Provide a PR URL and your GitCode token to start the end-to-end analysis and threaded reply workflow.