curator-reviewer

Automate PhysicsNeMo Curator pull request code reviews with prioritized reports.

57|25|Updated Jun 2, 2025
One-click install
npx skills add https://github.com/NVIDIA/physicsnemo-curator --skill curator-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: curator-reviewer
Source: https://github.com/NVIDIA/physicsnemo-curator/tree/main/.claude/skills/curator-reviewer
Command: npx skills add https://github.com/NVIDIA/physicsnemo-curator --skill curator-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the code review process for PhysicsNeMo Curator pull requests, significantly reducing manual effort and ensuring compliance with the project's standards.

Core Features & Use Cases

  • Automated Code Review: Conducts comprehensive code reviews, covering API conformance, correctness, licensing, quality gates, test coverage, performance, code quality, and style consistency.
  • Priority Levels: Provides a prioritized report (P0/P1/P2/NIT) to help users identify and address critical issues.
  • Report Generation: Generates a structured report that includes findings, suggestions, and actionable items.
  • PR Comments: Optionally posts review comments directly to the pull request for further discussion.
  • Use Case: Imagine you are reviewing a pull request for the PhysicsNeMo Curator project. Use this Skill to automate the review process and receive a detailed report on potential issues.

Quick Start

Run the curator-reviewer skill on your PR with the command 'curator-reviewer <pr-number>'.

Frequently Asked Questions about curator-reviewer

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

FAQPage Schema
How do I automate code reviews for PhysicsNeMo Curator pull requests?

Automate code reviews for PhysicsNeMo Curator pull requests by running the curator-reviewer skill with a PR number, which checks API conformance, test coverage, and code quality to generate a structured report.

What aspects of software quality does automated PR review cover?

Automated PR review covers API conformance, correctness, licensing, quality gates, test coverage, performance, code quality, and style consistency to ensure comprehensive software quality for PhysicsNeMo Curator contributions.

How are code review findings prioritized in the generated report?

Code review findings are prioritized into P0, P1, P2, and NIT levels in the generated report, helping users identify critical issues and address actionable items before resolving minor suggestions.

Do I need specific Python dependencies to run automated code review checks?

Automated code review checks require specific Python dependencies to validate PhysicsNeMo Curator PRs and generate reports covering quality gates, test coverage, and style consistency.

Can automated pull request review comments be posted directly to the PR?

Automated pull request review comments can optionally be posted directly to the PR, enabling team discussion of identified issues, suggestions, and actionable items from the code review report.

What is the best way to ensure API conformance in PhysicsNeMo Curator contributions?

Ensure API conformance in PhysicsNeMo Curator contributions by applying automated code review checks that validate API standards, correctness, and style consistency before merging pull requests.