reply-review-rust

Automate posting targeted replies to Rust/Axum PR review comments after user approval.

5|Updated Dec 4, 2024
One-click install
npx skills add https://github.com/mimul/axum-rusty --skill reply-review-rust
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reply-review-rust
Source: https://github.com/mimul/axum-rusty/tree/main/.claude/skills/reply-review-rust
Command: npx skills add https://github.com/mimul/axum-rusty --skill reply-review-rust

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

/reply-review-rust 커맨드로 실행되는 PR 리뷰 답장 스킬. 이 스킬은 /address-review-rust 로 리뷰를 우선적으로 대응한 후, 각 리뷰 코멘트에 대응한 취지나 필요 여부를 회신하는 프로세스를 자동화합니다. 게시 전 반드시 회신 목록을 사용자에게 제시하고 명시적 승인을 받는 워크플로를 유지합니다. 대응 불필요로 판단한 지적에 대해서는 /address-review-rust가 제시한 coding-style.md §섹션 근거를 회신에 포함해 리뷰어에게 명확히 전달합니다. 인수 없이 실행하면 직전 대화의 리뷰 대응 요약을 자동으로 추출하여 사용합니다.

Core Features & Use Cases

  • 자동 회신 초안 생성: /reply-review-rust 명령 입력 시 직전 대화의 대응 요약을 바탕으로 회신 초안을 만듭니다.
  • 대응 근거 포함 및 승인의 의무화: 회신 전 사용자의 승인을 요구하고, 필요한 경우 coding-style.md 근거를 포함합니다.
  • 중복 및 비대상 코멘트 회피: 이미 답장한 코멘트는 건너뛰고, 매핑되지 않은 코멘트에 대한 안내를 제공합니다.
  • PR 정보를 활용한 범용성: PR 번호나 URL로 특정 PR에 집중하여 답장을 작성합니다.

Quick Start

Run /reply-review-rust after completing /address-review-rust to generate draft replies and present them for your explicit approval before posting.

Frequently Asked Questions about reply-review-rust

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate replies to GitHub PR review comments in Rust projects?

Automate replies to GitHub PR review comments by running the /reply-review-rust command after addressing them with /address-review-rust. It generates draft replies mapped to each review point and waits for explicit user approval before posting them to the PR.

Can I reply to specific Rust PR reviews using a PR number or URL?

Yes, you can target specific Rust PR reviews by providing a PR number or URL. The skill focuses on that specific PR to extract review comments, map discussion points, and generate traceable reply drafts for your confirmation.

Do I need to run another command before automating PR review replies?

Yes, you must run /address-review-rust first to address the initial review comments. The /reply-review-rust skill automatically extracts the review summary from the preceding conversation and uses it to build the reply drafts.

How does the PR review reply process handle comments deemed unnecessary to address?

When a review comment is deemed unnecessary to address, the reply includes justifications citing the relevant sections of coding-style.md. This ensures the reviewer receives clear, traceable explanations for why the code was not modified.

What happens to PR review comments that have already received a reply?

Comments that have already received a reply are automatically skipped to prevent duplication. The skill also identifies and flags any unmapped comments, providing guidance so no review point is missed during the workflow.

Does the Rust PR review reply skill post replies without user confirmation?

No, the skill requires explicit user confirmation before publishing any replies. It presents a complete list of generated reply drafts to the user, ensuring you maintain safe approvals and full control over the PR workflow.