update-review-rules

Add new issue types to review-rule documents for React, Sculptor frontend, and integration tests.

213|13|Updated Aug 7, 2025
One-click install
npx skills add https://github.com/imbue-ai/sculptor --skill update-review-rules
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-review-rules
Source: https://github.com/imbue-ai/sculptor/tree/main/.claude/skills/update-review-rules
Command: npx skills add https://github.com/imbue-ai/sculptor --skill update-review-rules

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps maintain and update the review rules in Sculptor, ensuring code quality and consistency.

Core Features & Use Cases

  • Rule Addition: Add new issue types to existing review-rule documents.
  • Bug Prevention: Capture and prevent recurring bugs, anti-patterns, or flaky test patterns.
  • Documentation: Navigate and update the three review-rule docs for React, Sculptor-specific frontend, and integration tests.

Quick Start

Use the 'update-review-rules' skill to add a new rule to the 'docs/development/review/react.md' file.

Frequently Asked Questions about update-review-rules

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

FAQPage Schema
How do I add new code review rules to prevent recurring bugs in React?

To add new code review rules for React, you append new issue types and anti-pattern definitions to the review-rule documents. This captures recurring bugs and enforces code quality consistency across your React codebase.

What is the best way to maintain review rules for frontend and integration tests?

Maintaining review rules involves updating the three dedicated review-rule documents for React, frontend-specific, and integration tests. You manually input the new rule format and categorization to capture flaky test patterns and prevent anti-patterns.

Can I use this to document anti-patterns and flaky test patterns in Sculptor?

Yes, you can document anti-patterns and flaky test patterns in Sculptor by adding them as new issue types. This enhances code quality by ensuring recurring bugs are captured and flagged during code reviews.

Do I need manual input to categorize new issue types in review-rule documents?

Yes, manual input is required to define the rule format and categorization when adding new issue types. This ensures each rule is accurately classified within the React, frontend, or integration test documents.

What limitations exist when updating review rules for code quality?

The primary limitation is that rule addition requires manual input for formatting and categorization, meaning it does not automatically detect or generate rules without human guidance for the three Sculptor review documents.

Does the update-review-rules skill work with integration test documentation?

Yes, the update-review-rules skill works with integration test documentation by allowing you to navigate and update the dedicated review-rule doc to capture and prevent flaky test patterns.