code-review-and-quality

Review source code across correctness, readability, architecture, security, and performance.

17|2|Updated Jun 2, 2026
One-click install
npx skills add https://github.com/SeemSeam/agent-roles-spec --skill code-review-and-quality-seemseam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-and-quality
Source: https://github.com/SeemSeam/agent-roles-spec/tree/main/roles/archi/skills/vendor/code-review-and-quality
Command: npx skills add https://github.com/SeemSeam/agent-roles-spec --skill code-review-and-quality-seemseam

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of ensuring code quality across multiple dimensions before merging changes into the main branch.

Core Features & Use Cases

  • Multi-axis Code Review: Evaluates code quality across five axes: correctness, readability, architecture, security, and performance.
  • Review Process Guidance: Provides a structured review process with a checklist for both authors and reviewers.
  • Multi-Model Review Pattern: Utilizes different models for different review perspectives to catch potential issues missed by a single model.
  • Dead Code Hygiene: Encourages cleaning up unused code after refactoring or implementation changes.
  • Dependency Discipline: Offers guidance on managing dependencies for secure and maintainable code.

Quick Start

Use the code-review-and-quality skill to conduct a code review for the change in the 'feature/new-feature' branch.

Frequently Asked Questions about code-review-and-quality

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

FAQPage Schema
How do I conduct a multi-axis code review for my software development workflow?

Multi-axis code review evaluates source code across correctness, readability, architecture, security, and performance. It provides a structured review process with checklists for authors and reviewers to ensure quality before merging changes into the main branch.

What is the best way to ensure code quality and security before merging changes?

The best way to ensure code quality is using a multi-model review pattern that utilizes different models for different review perspectives. This approach catches potential issues missed by a single model across correctness, security, and performance axes.

Can I use a structured review process for continuous integration code quality assurance?

Yes, you can use a structured review process for continuous integration and code quality assurance. It evaluates code across five axes and provides checklists to guide both authors and reviewers through the software development workflow.

How do I manage dependencies and dead code during code refactoring?

Managing dependencies and dead code during refactoring requires dependency discipline for secure, maintainable code and dead code hygiene to clean up unused code. This ensures adherence to best practices after implementation changes.

Why does a single model code review miss potential software architecture issues?

A single model code review misses potential software architecture issues because it lacks the varied perspectives needed to evaluate complex multi-axis quality. Utilizing different models for different review perspectives catches issues a single model would overlook.