code-patrol

Review code against project-specific patterns, anti-patterns, and conventions.

6|3|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/adrozdenko/soleri --skill code-patrol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-patrol
Source: https://github.com/adrozdenko/soleri/tree/main/agents/salvador-filetree/skills/code-patrol
Command: npx skills add https://github.com/adrozdenko/soleri --skill code-patrol

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the challenge of ensuring code quality and adherence to project-specific conventions, patterns, and anti-patterns that go beyond generic linting rules.

Core Features & Use Cases

  • Project-Specific Code Review: Validates code against your team's captured knowledge, including patterns, anti-patterns, and conventions.
  • Institutional Knowledge Enforcement: Catches violations that static analyzers cannot detect, leveraging your team's collective experience.
  • Use Case: Before committing code, run code-patrol to ensure it aligns with established project best practices and avoids known pitfalls, preventing common errors and promoting consistency.

Quick Start

Use code patrol to review the attached code snippet against project patterns and conventions.

Frequently Asked Questions about code-patrol

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

FAQPage Schema
How do I review code against project-specific conventions and anti-patterns?

Code review against project conventions validates snippets using a knowledge vault of captured patterns, anti-patterns, and institutional rules. It identifies deviations from proven patterns and critical rule violations that generic static analyzers miss, ensuring alignment with team wisdom before committing.

What is the best way to enforce institutional knowledge during code quality assurance?

Institutional knowledge enforcement catches violations that static analyzers cannot detect by leveraging your team's collective experience. The review process checks code against captured anti-patterns and conventions, preventing common errors and promoting consistency based on established project best practices.

Can I capture new patterns and knowledge gaps discovered during a code review?

Yes, capturing new patterns and knowledge gaps discovered during code review is supported. The review process identifies deviations from project conventions and allows you to store newly found anti-patterns or rules in the knowledge vault for future validation and verifying fixes.

How do I check code for anti-patterns before committing to a repository?

Checking code for anti-patterns before committing involves running a review against your project's stored knowledge vault. This validates the code snippet versus proven patterns and critical rules, preventing known pitfalls and ensuring adherence to established conventions prior to repository submission.

Does code review against team wisdom replace generic linting rules?

Code review against team wisdom supplements generic linting rules rather than replacing them. It addresses the challenge of ensuring code quality and adherence to project-specific conventions, patterns, and anti-patterns, catching violations that static analyzers cannot detect.

What are the limitations of using a knowledge vault for code quality assurance?

Using a knowledge vault for code quality assurance is limited by the patterns, anti-patterns, and conventions explicitly stored within it. The review only catches violations of critical rules and known deviations, meaning un-captured institutional knowledge or novel issues will not be identified.