brewcode:standards-review

Review Java/Kotlin, TypeScript/React, or Python code for standards compliance and reuse opportunities.

30|2|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/kochetkov-ma/claude-brewcode --skill brewcode-standards-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brewcode:standards-review
Source: https://github.com/kochetkov-ma/claude-brewcode/tree/main/brewcode/skills/standards-review
Command: npx skills add https://github.com/kochetkov-ma/claude-brewcode --skill brewcode-standards-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code for compliance with project standards and identifying opportunities to reuse existing code, thereby reducing duplication and improving maintainability.

Core Features & Use Cases

  • Standards Compliance: Automatically checks code against project rules and stack-specific guidelines.
  • Duplicate Code Detection: Identifies similar code snippets to promote reuse.
  • Tech Stack Detection: Adapts analysis for Java/Kotlin, TypeScript/React, or Python projects.
  • Use Case: Before merging a pull request, run this Skill to ensure all new code adheres to the team's coding standards and to find any existing functions that could be leveraged instead of writing new ones.

Quick Start

Review the current branch for standards compliance and potential code reuse.

Frequently Asked Questions about brewcode:standards-review

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

FAQPage Schema
How do I check my code for project standards compliance before a pull request?

To check code for project standards compliance before a pull request, run an automated review on your current branch. The Skill analyzes your code against project rules and stack-specific guidelines, generating a detailed report of violations and reuse recommendations.

Can I detect duplicate code to promote reuse in TypeScript or Python projects?

Yes, you can detect duplicate code in TypeScript/React or Python projects. The Skill identifies similar code snippets using semantic search and highlights opportunities to leverage existing functions, promoting code reuse across your tech stack.

How does automated code review handle different tech stacks like Java and Kotlin?

Automated code review handles different tech stacks by detecting the technology in your project and applying stack-specific guidelines. It adapts its analysis for Java/Kotlin, TypeScript/React, or Python projects to ensure accurate standards enforcement.

What is the best way to find existing functions I can reuse instead of writing new code?

The best way to find existing functions for code reuse is to perform a semantic search across your codebase. The Skill identifies similar code snippets during the review process and recommends existing implementations to leverage.

Does this code review tool work without external dependencies?

Yes, this code review tool works without external dependencies. It operates independently using its internal references to analyze your codebase, detect the tech stack, and apply the relevant standards.

What limitations exist when reviewing code for compliance and code reuse?

A limitation when reviewing code for compliance and reuse is that the analysis is restricted to Java/Kotlin, TypeScript/React, or Python projects. The tool cannot apply stack-specific guidelines or detect duplicate code for unsupported programming languages.