PR Review (Linter Cognitivo Pre-Merge)

Analyze code changes for errors, missing tests, style violations, and security issues.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/gonzoblasco/club-camping-lobos --skill pr-review-linter-cognitivo-pre-merge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: PR Review (Linter Cognitivo Pre-Merge)
Source: https://github.com/gonzoblasco/club-camping-lobos/tree/main/.agents/skills/pr-review
Command: npx skills add https://github.com/gonzoblasco/club-camping-lobos --skill pr-review-linter-cognitivo-pre-merge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the code review process, identifying potential issues in code changes before they are merged, improving code quality and maintaining codebase consistency.

Core Features & Use Cases

  • Automated Code Review: Analyzes code changes for errors, style issues, and adherence to best practices.
  • Early Issue Detection: Helps catch problems early in the development cycle, saving time and resources.
  • Use Case: Before merging a pull request, use this Skill to ensure that all changes comply with the project's coding standards and do not introduce new bugs.

Quick Start

Run the PR Review Skill on the latest code changes to identify any potential issues.

Frequently Asked Questions about PR Review (Linter Cognitivo Pre-Merge)

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

FAQPage Schema
How do I automate code review for potential issues before merging a pull request?

Automated code review before merging analyzes code changes to identify unhandled errors, missing tests, style violations, and security vulnerabilities. This process catches problems early in the development cycle, ensuring changes comply with project coding standards and do not introduce new bugs.

What does a pre-merge linter check for in a git repository?

A pre-merge linter checks a git repository for code style violations, unhandled errors, missing tests, security vulnerabilities, and performance bottlenecks. It analyzes code changes to maintain codebase consistency and improve overall code quality before integration.

Do I need git to run an automated code review on my latest changes?

Yes, you need git to run this automated code review because it requires accessing code repositories to analyze the latest code changes. Git provides the necessary version control context to identify specific modifications and ensure pre-merge quality checks are applied only to the new updates.

Can linters detect security vulnerabilities and performance bottlenecks during code review?

Yes, linters can detect security vulnerabilities and performance bottlenecks during code review. By analyzing code changes against established rules, they identify potential security flaws and inefficient code patterns, helping developers catch these critical issues before merging any new code.

What is the best way to catch code style violations and unhandled errors before merging code?

The best way to catch code style violations and unhandled errors before merging code is to automate the review process using linters. This approach analyzes code changes systematically, ensuring adherence to best practices and maintaining codebase consistency without relying solely on manual checks.