code-review-standards

Discover and apply organization-specific coding standards from a `.forge-review/` directory.

186|10|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/initializ/forge --skill code-review-standards-initializ
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-standards
Source: https://github.com/initializ/forge/tree/main/forge-skills/local/embedded/code-review-standards
Command: npx skills add https://github.com/initializ/forge --skill code-review-standards-initializ

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps teams establish and maintain consistent coding standards across their projects by providing a structured way to define and discover these standards.

Core Features & Use Cases

  • Standard Discovery: Automatically loads organization-specific coding standards from a .forge-review/ directory.
  • Configuration Management: Provides tools to initialize and check the status of review standards configuration.
  • Use Case: A new project lead needs to ensure all developers adhere to the company's Go coding guidelines. They use this Skill to initialize a .forge-review/ directory with pre-defined standards and then instruct the agent to enforce these standards during code reviews.

Quick Start

Initialize a new .forge-review/ directory with default coding standards templates in the current project.

Frequently Asked Questions about code-review-standards

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

FAQPage Schema
How do I enforce coding standards across multiple programming languages in my project?

You can enforce coding standards by initializing a `.forge-review/` directory with customizable rule sets. This allows you to define and discover organization-specific standards that support multiple programming languages with customizable ignore patterns.

What is the best way to set up organization-specific code review guidelines for a new repository?

The best way to set up code review guidelines is to initialize a `.forge-review/` directory using provided configuration management tools. This automatically loads your organization-specific coding standards, making them available for agent enforcement during reviews.

Can I customize linting rules and ignore patterns for different projects?

Yes, you can customize linting rules and ignore patterns for different projects. The configuration files managed within the `.forge-review/` directory support customizable rule sets, allowing project leads to tailor standards to specific project requirements.

How does an AI agent discover and apply company coding standards during a code review?

An AI agent discovers company coding standards by automatically loading configuration files from the `.forge-review/` directory in the project. Once loaded, the agent uses these pre-defined rule sets to validate and enforce the standards during code reviews.

Do I need to manually create configuration files to define quality assurance standards, or is there an initialization tool?

You do not need to manually create configuration files. The Skill provides tools to initialize a new `.forge-review/` directory with default coding standards templates, allowing you to quickly start defining and validating your quality assurance standards.

How do I check the status of my code review standards configuration?

You can check the status of your code review standards configuration using the built-in status checking tools. These tools validate the configuration within your `.forge-review/` directory to ensure your coding standards are properly applied.