quality-scan

Detect coding standard deviations, unused imports, and helper drift in source repositories.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lenlla/one_shot_build --skill quality-scan-lenlla
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: quality-scan
Source: https://github.com/lenlla/one_shot_build/tree/main/skills/quality-scan
Command: npx skills add https://github.com/lenlla/one_shot_build --skill quality-scan-lenlla

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents unnoticed drift from coding standards, unused imports, and hand-rolled helpers by running automated background checks and surfacing both auto-fixable and manual issues for developer review.

Core Features & Use Cases

  • Run a repository-level quality scan that detects coding standard deviations, unused imports, and custom helper drift.
  • Auto-apply fixes for trivial issues (formatting, unused imports) and list manual issues (TODOs, missing type hints) for human action.
  • Use Case: Run after completing an epic or before submitting a build to ensure consistent code quality and reduce review cycles.

Quick Start

Run the quality-scan hook to detect coding standard deviations, apply auto-fixes for formatting and unused imports, and return a findings summary.

Frequently Asked Questions about quality-scan

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

FAQPage Schema
How do I detect coding standard deviations and unused imports in my repository?▼

You can detect coding standard deviations and unused imports by running a repository-level quality scan that identifies drift and surfaces both auto-fixable issues and manual items requiring developer attention.

Can I auto-fix code quality issues like formatting and unused imports before a build?▼

Yes, you can auto-fix code quality issues like formatting and unused imports by running a quality scan that applies trivial fixes automatically and lists manual issues like missing type hints for human action.

What is code quality drift and how do background scans prevent it?▼

Code quality drift is the unnoticed deviation from coding standards, accumulation of unused imports, and hand-rolled helpers. Background scans prevent drift by running automated checks during builds or after epics to surface issues for review.

When should I run a code quality scan in my development workflow?▼

You should run a code quality scan after completing an epic, before submitting a build, or on-demand to ensure consistent code quality, catch standard deviations early, and reduce review cycles.

Does the quality scan apply manual fixes for TODOs and missing type hints?▼

No, the quality scan does not auto-fix TODOs or missing type hints. It applies auto-fixes only for trivial issues like formatting and unused imports, while listing manual items for developer action.

What is the best way to surface hand-rolled helpers and custom drift in source code?▼

The best way to surface hand-rolled helpers and custom drift is to invoke a shell-based quality-scan hook that analyzes source repositories and produces a human-readable findings summary of both auto-fixable and manual issues.