code-quality

Analyze source code for quality and security issues across multi-file projects.

1|Updated Aug 16, 2025
One-click install
npx skills add https://github.com/ReefBytes/Manifest --skill code-quality-reefbytes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-quality
Source: https://github.com/ReefBytes/Manifest/tree/main/configs/claude/skills/code-quality
Command: npx skills add https://github.com/ReefBytes/Manifest --skill code-quality-reefbytes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scans source code to expose quality and security issues, delivering immediate inline feedback to developers.

Core Features & Use Cases

  • Detects large files (>500 lines), highly complex files (>10 functions or >5 classes), and security-sensitive patterns.
  • Provides non-blocking, in-context feedback during coding and code review workflows.
  • Integrates with parallel-agent checks to surface consensus-driven insights across the team.

Quick Start

Ask Claude to perform a non-blocking code quality analysis on your repository and surface inline feedback.

Frequently Asked Questions about code-quality

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

FAQPage Schema
How do I scan my source code for quality and security issues?

You scan source code for quality and security issues by analyzing multi-file projects to detect large files over 500 lines, high-function-count modules over 10, and security-sensitive patterns, providing non-blocking inline reports for immediate developer feedback.

What is non-blocking inline code quality feedback?

Non-blocking inline code quality feedback delivers in-context reports on quality and security issues directly during coding or code review workflows, surfacing consensus-driven insights from parallel-agent cross-checks without interrupting your development process.

How do I detect large files and complex modules in my repository?

You detect large files and complex modules by scanning source code to flag files exceeding 500 lines and modules with over 10 functions or more than 5 classes, exposing structural complexity across multiple languages.

Can I analyze code quality across multiple files in different programming languages?

Yes, you can analyze code quality across multiple files in different programming languages. The scan targets multi-file projects to expose quality and security issues by detecting security-sensitive patterns across languages.

How do parallel agents help with code review and security analysis?

Parallel agents help with code review and security analysis by coordinating cross-checks on your source code to surface consensus-driven insights, ensuring that identified quality and security issues are validated across multiple analytical perspectives.

What are the limitations of automated code quality analysis?

The limitations of this automated code quality analysis include its reliance on specific static thresholds, such as flagging files over 500 lines or modules with over 10 functions, which may not perfectly align with every project's architectural standards or complexity context.