repo-audit — for Claude Code repo-audit, TikTok-AI-Agent, community, for Claude Code, ide skills, test:e2e, npm run lint, npm run typecheck, npm run test, validation

v1.0.0

About this Skill

Ideal for Code Review Agents needing comprehensive validation through linting, type checking, and testing. Run lint, typecheck, test, and test:render; collect results and produce a short audit report. Use when asked to audit the repo, check project health, or run full validation.

Features

Run the validation pipeline and produce a short markdown report.
From repo root, run in order:
npm run lint – note pass or first 5 lines of errors.
npm run typecheck – note pass or first 5 lines of errors.
npm run test – note pass or failing test names/messages.

# Core Topics

sedarged sedarged
[0]
[0]
Updated: 3/12/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reviewed Landing Page Review Score: 10/11

Killer-Skills keeps this page indexable because it adds recommendation, limitations, and review signals beyond the upstream repository text.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review Locale and body language aligned
Review Score
10/11
Quality Score
54
Canonical Locale
en
Detected Body Locale
en

Ideal for Code Review Agents needing comprehensive validation through linting, type checking, and testing. Run lint, typecheck, test, and test:render; collect results and produce a short audit report. Use when asked to audit the repo, check project health, or run full validation.

Core Value

Empowers agents to validate code quality using npm scripts for linting, type checking, and testing, producing a markdown report with key insights from `npm run lint`, `npm run typecheck`, and `npm run test` commands.

Ideal Agent Persona

Ideal for Code Review Agents needing comprehensive validation through linting, type checking, and testing.

Capabilities Granted for repo-audit

Validating code quality for backend-only scopes
Running comprehensive validation pipelines from the repository root
Generating markdown reports for code review

! Prerequisites & Limits

  • Requires npm scripts configuration
  • Runs from repository root
  • Optional scope parameter for custom validation

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is repo-audit?

Ideal for Code Review Agents needing comprehensive validation through linting, type checking, and testing. Run lint, typecheck, test, and test:render; collect results and produce a short audit report. Use when asked to audit the repo, check project health, or run full validation.

How do I install repo-audit?

Run the command: npx killer-skills add sedarged/TikTok-AI-Agent/repo-audit. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for repo-audit?

Key use cases include: Validating code quality for backend-only scopes, Running comprehensive validation pipelines from the repository root, Generating markdown reports for code review.

Which IDEs are compatible with repo-audit?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for repo-audit?

Requires npm scripts configuration. Runs from repository root. Optional scope parameter for custom validation.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add sedarged/TikTok-AI-Agent/repo-audit. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use repo-audit immediately in the current project.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

repo-audit

Install repo-audit, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Repo Audit

Run the validation pipeline and produce a short markdown report.

Input

  • Open workspace (TikTok-AI-Agent). Optionally a "scope" (e.g. "backend only") – still run from root; you may skip test:e2e if scope is backend-only.

Steps

  1. From repo root, run in order:
    • npm run lint – note pass or first ~5 lines of errors.
    • npm run typecheck – note pass or first ~5 lines of errors.
    • npm run test – note pass or failing test names/messages.
    • npm run test:render – note pass or failures.
  2. Optionally npm run test:e2e if full audit (requires Playwright browsers).
  3. Produce a short markdown report with:
    • Each step: ok or fail + summary.
    • Final line: Audit: pass or Audit: fail and list of failed steps.

Output

A concise report, e.g.:

markdown
1## Repo audit 2 3- `npm run lint` – ok 4- `npm run typecheck` – ok 5- `npm run test` – ok 6- `npm run test:render` – ok 7 8**Audit: pass**

Or, on failure, which steps failed and the first few error lines.

References

Related Skills

Looking for an alternative to repo-audit or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

openclaw-release-maintainer is an AI agent skill for openclaw release maintainer.

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

flags is an AI agent skill for use this skill when adding or changing framework feature flags in next.js internals.

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

pr-review is an AI agent skill for pytorch pr review skill.

98.6k
0
Developer