review

Run pnpm static checks and generate structured code review feedback.

15|3|Updated Oct 17, 2024
One-click install
npx skills add https://github.com/suzuki3jp/PlaylistWizard --skill review-suzuki3jp
Or copy as Structured Prompt for Agent▌
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/suzuki3jp/PlaylistWizard/tree/main/.agents/skills/review
Command: npx skills add https://github.com/suzuki3jp/PlaylistWizard --skill review-suzuki3jp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

倉曎の差分を読み解き、静的怜査ず倉曎理解を促進しお、レビュヌを䜓系化したす。 実務のレビュヌにおける芁点敎理ず建蚭的なフィヌドバックの提䟛をサポヌトしたす。

Core Features & Use Cases

  • 静的怜査の実行状況を確認し、問題があれば修正を促したす
  • 倉曎内容を理解しおレビュヌの芁点を敎理し、䞍明点は AskUserQuestionTool で解消したす
  • レビュヌ結果を明確なフィヌドバックずしお提䟛し、品質向䞊に寄䞎したす

Quick Start

倉曎されたコヌドの静的怜査を通し、差分を読み解いお芁点を敎理しおフィヌドバックを䜜成しおください。

Frequently Asked Questions about review

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

FAQPage Schema
How do I streamline code review guidance for git changes?▌

Streamlining code review involves running static checks like pnpm test, lint, format:check, and build, comprehending the diff, and generating structured feedback. This process enforces quality assurance by identifying issues and producing actionable recommendations across the change lifecycle.

How does static analysis integrate into the code review workflow?▌

Static analysis integrates into the code review workflow by mandating test, lint, format, and build checks before feedback generation. This ensures code quality assurance by catching errors early, allowing the reviewer to focus on comprehending the diff and providing structured recommendations.

What is the best way to provide structured feedback on code modifications?▌

The best way to provide structured feedback on code modifications is to run static checks, comprehend the changes, and clarify ambiguities using AskUserQuestionTool. This generates actionable recommendations that improve quality assurance and organize review points effectively.

Can I use pnpm for static checks during code review?▌

Yes, you can use pnpm for static checks during code review. The workflow requires running pnpm test, pnpm lint, pnpm format:check, and pnpm build to enforce quality assurance and identify issues before generating structured feedback for the changes.

How to clarify ambiguities when reviewing code diffs?▌

To clarify ambiguities when reviewing code diffs, use AskUserQuestionTool during the comprehension phase. This ensures the reviewer understands the modifications fully before running static checks and generating structured, actionable feedback for quality assurance.

What are the limitations of automated code review workflows?▌

Automated code review workflows are limited by their dependency on specific static analysis commands like pnpm test, lint, format:check, and build. They require manual clarification via AskUserQuestionTool when ambiguities arise, meaning they cannot fully automate feedback for unclear changes.