code-review

Analyze Go and Python code for anti-patterns and architectural issues.

1|1|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/Lincyaw/agent-env --skill code-review-lincyaw
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Lincyaw/agent-env/tree/main/.github/skills/code-review
Command: npx skills add https://github.com/Lincyaw/agent-env --skill code-review-lincyaw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of ensuring code is high-quality, maintainable, extensible, and free from common pitfalls and architectural flaws.

Core Features & Use Cases

  • Comprehensive Auditing: Analyzes code for anti-patterns, architectural soundness, and adherence to best practices.
  • Extensibility Focus: Evaluates how easily code can be modified or extended in the future.
  • Use Case: Before merging a critical new feature, submit your code to this Skill for a thorough review to catch potential issues and ensure long-term health.

Quick Start

Review the provided Go code for potential anti-patterns and architectural issues.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I check my Go code for architectural anti-patterns before merging?▼

To check Go code for architectural anti-patterns, perform a professional code review focusing on structural, behavioral, and architectural flaws. This process analyzes code purposefulness and adherence to best practices to ensure long-term maintainability.

What is the best way to evaluate code extensibility and maintainability?▼

Evaluating code extensibility and maintainability involves auditing the codebase against established design patterns and identifying anti-patterns. This architectural soundness analysis determines how easily code can be modified or extended in the future.

Can I use automated code review for Python refactoring recommendations?▼

Yes, automated code review supports Python refactoring recommendations by validating design patterns and detecting behavioral anti-patterns. It analyzes the code structure to provide actionable refactoring guidance that improves overall quality.

How does design pattern validation work during a code audit?▼

Design pattern validation during a code audit works by applying reference guides to analyze structural and behavioral anti-patterns. It checks the code's architectural soundness against best practices to ensure it correctly implements intended designs.

Does this code review approach work for both Python and Go?▼

Yes, this code review approach works for both Python and Go, analyzing structural, behavioral, and architectural anti-patterns across languages. It applies reference guides to ensure code purposefulness and quality assurance regardless of the specific syntax.