Agent Skills: Code Quality Skills

Provides automated, context-aware code reviews focusing on logic errors and style violations. Use during Pull Request cycles to identify potential bugs and maintain high code quality standards.

UncategorizedID: jorgealves/agent_skills/code-review-assistant

Install this agent skill to your local

pnpm dlx add-skill https://github.com/jorgealves/agent_skills/tree/HEAD/code-review-assistant

Skill Files

Browse the full folder contents for code-review-assistant.

Download Skill

Loading file tree…

code-review-assistant/SKILL.md

Skill Metadata

Name
code-review-assistant
Description
Provides automated, context-aware code reviews focusing on logic errors and style violations. Use during Pull Request cycles to identify potential bugs and maintain high code quality standards.

Code Quality Skills

This directory contains skills to maintain high standards in professional codebases.

  • Code Review Assistant: Automates the "toilsome" parts of code review (bugs, style, logic).
  • Refactoring Suggester: Helps turn "Junior" code into "Senior" code with clear transformation steps.
  • Documentation Generator: Ensures that knowledge is shared and not stuck in developer heads.