code-scan

Perform read-only quality scans of code components for issues.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Objective-Arts/lens-dist --skill code-scan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-scan
Source: https://github.com/Objective-Arts/lens-dist/tree/main/canon/code-scan
Command: npx skills add https://github.com/Objective-Arts/lens-dist --skill code-scan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a read-only quality scan of code components, identifying potential problems and areas for improvement without making any changes.

Core Features & Use Cases

  • Comprehensive Code Review: Analyzes code structure, clarity, data design, error handling, security, and framework idioms.
  • Targeted Scanning: Can scan specific files or directories, or the most recently discussed code.
  • Use Case: Before merging a new feature, use this Skill to get an automated quality assessment that highlights potential bugs, security risks, and areas where the code doesn't adhere to best practices.

Quick Start

Scan the code in the current directory for quality issues.

Frequently Asked Questions about code-scan

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

FAQPage Schema
How do I perform a static analysis code review on specific files?

To perform a static analysis code review, target specific files or directories for a read-only quality scan that reports problems without modifying the code structure, clarity, or security.

What does a code quality scan check for during automated review?

A code quality scan checks for issues in code structure, clarity, data design, error handling, security, and framework adherence by applying loaded expert principles to identify potential problems.

Can I use this to run a security audit without changing my codebase?

Yes, you can run a security audit without changing your codebase because the quality scan operates in a read-only mode, identifying potential risks and suggesting improvements without making modifications.

What is the best way to check framework adherence and best practices before merging?

The best way to check framework adherence before merging is scanning recently discussed code to get an automated quality assessment highlighting bugs, security risks, and best practice violations.

Does the code scan automatically fix the issues it finds?

No, the code scan does not automatically fix issues; it performs a read-only analysis to report problems and suggest improvements, ensuring your original codebase remains untouched during review.