code-review-feedback-rust

Analyze Rust code changes and generate GitHub PR review feedback without modifying source files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

/code-review-feedback-rust 커맨드로 실행되는 Rust 코드 리뷰 피드백 스킬. coding-style.md(도메인 중심 진화형 코딩 원칙)를 1차 판단 기준으로, /code-review-rust와 동일한 9개 카테고리(R-01~R-09) 분석을 수행하지만, 소스 코드를 직접 수정하지 않고 GitHub PR에 리뷰 코멘트를 게시한다. PR 모드에서는 gh api로 인라인 코멘트·리뷰 본문을 PR에 직접 등록하고, 비PR 모드에서는 현재 브랜치의 PR을 자동 감지하거나 Markdown 리포트를 출력한다. 모든 파라미터는 /code-review-rust와 동일하게 지원한다.

Frequently Asked Questions about code-review-feedback-rust

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

FAQPage Schema
How do I automate Rust pull request reviews on GitHub without modifying source code?

Automated Rust PR review analyzes code changes and generates feedback without modifying source files. It applies nine category checks using coding-style guidelines and posts inline comments directly to GitHub PRs via the gh api.

What static analysis categories are checked during a Rust code review?

Rust code review performs nine category checks ranging from R-01 to R-09. These checks use domain-driven coding-style principles as the primary criterion, supplemented by security and testing guidelines to generate comprehensive feedback.

Can I post review comments directly to a GitHub PR from a local branch?

Yes, the tool auto-detects the current branch's PR and posts review comments via the GitHub API. In PR mode it registers inline comments and review bodies directly, while non-PR mode outputs a Markdown report.

Does the Rust PR review tool require approval before posting GitHub comments?

Yes, posting review feedback to GitHub PRs through the gh api operates under explicit approval workflows. The tool generates inline and full review drafts first, ensuring you maintain control over what gets posted.

How do I generate a Markdown code review report for Rust changes?

When operating outside of a detected PR context, the tool outputs a Markdown report containing the Rust code review feedback. This non-PR mode analyzes branch changes and applies the same nine category checks to produce the report.

What is the best way to review Rust coding style compliance in a pull request?

The best way is using an automated review tool that applies domain-driven coding-style principles as its primary criterion. It evaluates Rust code changes against nine specific categories and generates inline PR feedback without altering the codebase.