code-standards

Enforce code quality and style standards during pull request reviews.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/Kimenzo/96000Agents --skill code-standards-kimenzo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-standards
Source: https://github.com/Kimenzo/96000Agents/tree/main/templates/template-github-review-agent/workspace/skills/code-standards
Command: npx skills add https://github.com/Kimenzo/96000Agents --skill code-standards-kimenzo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured checklist and reference guide to ensure code quality, adherence to style guides, and identification of common anti-patterns during code reviews.

Core Features & Use Cases

  • Structured Review Process: Guides reviewers through critical issues, code quality, and style conformance.
  • Style Guide Reference: Details naming conventions, code organization, and comment best practices.
  • Linting Flags: Identifies common code smells and potential issues.
  • Use Case: A developer can use this skill to ensure their pull request adheres to the team's established coding standards before submission, or a reviewer can use it as a checklist to provide consistent feedback.

Quick Start

Review the attached pull request against the code standards defined in the skill.

Frequently Asked Questions about code-standards

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

FAQPage Schema
How do I enforce code quality and style standards during a pull request review?

To enforce code quality during a pull request review, apply a structured checklist covering naming conventions, code organization, error handling, and comment best practices to identify common anti-patterns and ensure style conformance.

What are the best practices for checking TypeScript naming conventions and code organization?

Best practices for checking TypeScript naming conventions involve referencing a style guide that details code organization, comment standards, and linting flags to catch code smells and ensure adherence to project conventions.

Can I use a code review checklist to audit existing code for common anti-patterns?

Yes, you can use a code review checklist to audit existing code by evaluating it against defined coding standards, identifying linting flags, and verifying adherence to established error handling and style guidelines.

Does a style guide reference help with onboarding new developers to project conventions?

A style guide reference helps onboard new developers by providing a structured guide to project conventions, detailing naming rules, code organization, and comment best practices required for consistent software development.

What common code smells should I look for when reviewing code quality?

When reviewing code quality, look for common code smells by checking for linting flags, poor error handling, deviation from naming conventions, and failures in adhering to established code organization and style standards.