code-audit

Coordinate parallel security, reliability, and quality code audits into Linear issues.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/lucaswall/food-scanner --skill code-audit-lucaswall
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-audit
Source: https://github.com/lucaswall/food-scanner/tree/main/.claude/skills/code-audit
Command: npx skills add https://github.com/lucaswall/food-scanner --skill code-audit-lucaswall

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill orchestrates a parallel, domain-specialized code audit by coordinating three reviewers (security, reliability, quality) and merging their findings into Linear across the backlog.

Core Features & Use Cases

  • Team orchestration: Create a dedicated audit team, assign three reviewer tasks, and track progress.
  • Domain-focused checks: Security, reliability, and quality audits with structured validation of existing issues.
  • Linear integration: Validate findings and publish them as Linear issues in Backlog for triage and remediation.
  • Fallback handling: Automatic fallback to a single-agent audit if team creation fails.
  • Use Case: You need a comprehensive audit of a large codebase to surface security vulnerabilities, reliability concerns, and code quality defects, then plan fixes via Linear.

Quick Start

Use the code-audit skill to audit a codebase and generate Linear issues.

Frequently Asked Questions about code-audit

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

FAQPage Schema
How do I run a parallel code audit for security, reliability, and quality?

A parallel code audit coordinates multiple specialized reviewers scanning your codebase simultaneously for security, reliability, and quality validation. This skill orchestrates that team, discovers the project structure, and merges findings into a unified backlog.

Can I automatically create Linear issues from code review findings?

Yes, you can automatically create Linear issues from code review findings. The audit validates discovered defects and publishes them directly as Linear issues in the backlog, complete with tasks, statuses, and labels for triage and remediation.

Does the code audit work with TypeScript and Node.js projects?

Yes, the code audit works with TypeScript and Node.js projects by performing pre-flight discovery of the project structure via tsconfig.json and package.json. It applies CLAUDE.md rules to validate the codebase across varying project sizes.

What happens if the agent team creation fails during a code audit?

If agent team creation fails during a code audit, the skill provides automatic fallback to a single-agent audit. This ensures the codebase is still reviewed for security, reliability, and quality defects without interruption.

What is the best way to audit a large codebase for security vulnerabilities?

The best way to audit a large codebase for security vulnerabilities is orchestrating domain-focused parallel reviews. This skill assigns dedicated security, reliability, and quality reviewers to scan the code and merge results into a Linear backlog for remediation.