identify-inconsistencies

Analyze programming libraries to detect naming and style inconsistencies.

401|41|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/imbue-ai/mngr --skill identify-inconsistencies
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: identify-inconsistencies
Source: https://github.com/imbue-ai/mngr/tree/main/.claude/skills/identify-inconsistencies
Command: npx skills add https://github.com/imbue-ai/mngr --skill identify-inconsistencies

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps developers identify inconsistencies within a code library, improving code quality and maintainability.

Core Features & Use Cases

  • Code Review: Automatically scans code for naming and style inconsistencies across multiple files.
  • Quality Assurance: Ensures uniformity in coding practices, reducing bugs and technical debt.
  • Use Case: Review an entire library to find variable naming mismatches and inconsistent function definitions, then generate a markdown report highlighting the most critical issues.

Quick Start

Use the identify-inconsistencies skill to analyze the codebase and generate a report of key inconsistencies in the '_tasks/inconsistencies/' folder.

Frequently Asked Questions about identify-inconsistencies

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

FAQPage Schema
How do I detect code inconsistencies across multiple files in a library?

Static code analysis for consistency checks scans programming libraries to detect naming and style issues. It identifies variable naming mismatches and inconsistent function definitions across multiple files, generating a markdown report highlighting critical issues for software quality assurance and refactoring tasks.

What is static code analysis for consistency checks?

Static code analysis for consistency checks scans programming libraries to detect naming and style issues. It identifies variable naming mismatches and inconsistent function definitions across multiple files, generating a markdown report highlighting critical issues for software quality assurance and refactoring tasks.

How do I automate code review for naming and style inconsistencies?

Automate code review by applying static analysis scripts that reference documentation files to evaluate your codebase. This process scans the library for uniform coding practices, reducing bugs and technical debt by flagging variable naming mismatches and inconsistent function definitions.

Can I generate a report of variable naming mismatches and inconsistent function definitions?

Yes, you can generate a report of variable naming mismatches and inconsistent function definitions. The analysis outputs a markdown report in the '_tasks/inconsistencies/' folder, detailing the most critical naming and style issues found within the reviewed code library.

Does this static analysis tool require external dependencies to review code?

No, this static analysis tool requires no external dependencies to review code. It operates self-contained using internal scripts and reference documentation files to inform the code review logic and detect inconsistencies within your programming library.

When should I use automated consistency checks during software testing?

Use automated consistency checks during software testing when you need to ensure uniformity in coding practices across a codebase. It is specifically applied to quality assurance processes and code refactoring tasks to reduce technical debt before deployment.