code-analyzer

Analyze JavaScript/TypeScript codebases for quality issues and security vulnerabilities.

376|31|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/avifenesh/agnix --skill code-analyzer-avifenesh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-analyzer
Source: https://github.com/avifenesh/agnix/tree/main/tests/fixtures/valid/skills/fork-with-instructions
Command: npx skills add https://github.com/avifenesh/agnix --skill code-analyzer-avifenesh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineers assess code quality, detect security vulnerabilities, and generate a concise, actionable report of findings.

Core Features & Use Cases

  • Code quality assessment: Analyze codebases to surface smells, maintainability issues, and hotspots.
  • Security checks: Detect common vulnerabilities and insecure patterns across languages and frameworks.
  • Automated reporting: Produce a structured report with prioritized findings and remediation recommendations.
  • Use Case: In a pull request, run the skill to surface critical issues before review and automate fixes suggestions.

Quick Start

Run the skill on your codebase to analyze quality, detect vulnerabilities, and generate a prioritized report.

Frequently Asked Questions about code-analyzer

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

FAQPage Schema
How do I analyze code quality and surface security vulnerabilities in a pull request?

To analyze code quality and surface vulnerabilities in a pull request, run static analysis and lint rules against the codebase to generate a structured report with prioritized remediation steps before review.

What is automated code analysis and how does it identify security vulnerabilities?

Automated code analysis uses static analysis tooling and lint rules to detect insecure patterns and common vulnerabilities across languages, producing a deterministic quality assessment with actionable remediation guidance.

Can I use static analysis and lint rules for multi-repo JavaScript and TypeScript projects?

Yes, static analysis and lint rules support multi-repo JavaScript and TypeScript projects, enabling deterministic quality assessment and vulnerability checks across multiple repositories within CI pipelines.

Does code analysis work with CI pipelines and automated code-review workflows?

Yes, code analysis integrates with CI pipelines and code-review workflows to provide deterministic quality assessments, automatically surfacing critical vulnerabilities and code smells before merging changes.

What's the best way to generate a structured report with prioritized code remediation steps?

The best way to generate a structured remediation report is to execute static analysis tooling and vulnerability checks on your codebase, which outputs prioritized findings and actionable guidance for fixing issues.