gsd-code-review

Identify and document code issues through a structured review workflow for pull requests, feature reviews, and pair programming sessions.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/giovannimnz/gsd-caveman-hermes --skill gsd-code-review-giovannimnz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-code-review
Source: https://github.com/giovannimnz/gsd-caveman-hermes/tree/main/skills/gsd-code-review
Command: npx skills add https://github.com/giovannimnz/gsd-caveman-hermes --skill gsd-code-review-giovannimnz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Revisa código de forma estruturada, identificando issues e melhorias para aumentar a qualidade do software.

Core Features & Use Cases

  • Checklist estruturada cobrindo correção, casos de borda, segurança, desempenho, legibilidade, testes e estilo.
  • Saída padronizada com blockers, sugestões e um veredito de aprovação para agilizar merges.
  • Casos de uso: revisão de pull requests, revisões de features e sessões de pair programming para manter a qualidade do código.

Quick Start

Forneça os arquivos ou o caminho para revisar e execute o fluxo de revisão de código para gerar feedback estruturado.

Frequently Asked Questions about gsd-code-review

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

FAQPage Schema
How do I perform a structured code review for a pull request?

To perform a structured code review, provide the files or paths to evaluate. The review workflow checks correctness, edge cases, security, performance, readability, testing, and style, generating actionable issues and a final approval verdict.

What is the best way to identify security and performance issues during code review?

Identifying security and performance issues requires a structured review checklist. This workflow evaluates code against specific guidelines to document blockers and suggestions, ensuring correctness and robust edge case handling.

Can I use a code review checklist for pair programming sessions?

Yes, you can use this code review checklist for pair programming. It applies a standardized review process to feature reviews, outputting blockers, suggestions, and a clear verdict to maintain software quality during collaborative development.

Does this code review workflow provide a merge approval verdict?

Yes, the code review workflow provides a merge approval verdict. It outputs standardized feedback containing blockers and suggestions, allowing you to quickly determine if a pull request meets quality guidelines and is ready to merge.

What dimensions does a static analysis code review cover?

A static analysis code review covers seven dimensions: correctness, edge cases, security, performance, readability, testing, and style. It documents issues found within these guidelines to improve overall software engineering quality.