🔍
QualityGo

Skillshare Codebase Audit

by runkids

Skillshare Codebase Audit is a Quality skill for Claude Code, published by runkids in skillshare.

2.6K stars157 forkson runkids/skillshareAdded 2026/08/18+1% in starsRepository updated 2026/08/10
agenthubaiclaude-codeclicodexcodex-skillscopilotcross-machine-synccursorgeminigoguiopenclawskillsskills-auditskills-managementskills-managerskills-uiskillshareteam-management
Install in seconds
Install Skillshare Codebase Audit
Copy Skillshare Codebase Audit into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/runkids/skillshare/tree/main/.skillshare/skills/skillshare-codebase-audit ~/.claude/skills/skillshare-codebase-audit

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/runkids/skillshare.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.skillshare/skills/skillshare-codebase-audit/SKILL.md in runkids/skillshare
Installs to
~/.claude/skills/skillshare-codebase-audit
Collection
One of 11 skills cataloged from this repository
Category
Quality1354 skills

What Skillshare Codebase Audit does

Skillshare Codebase Audit cross-validates CLI flags, documentation, specs, tests, target definitions, handler splits, oplog instrumentation, and web API routes against source code. Use it after refactors, before releases, or when you suspect code, docs, or tests have drifted out of sync.

Skillshare Codebase Audit is cataloged under Quality on DirSkills. Skillshare Codebase Audit comes from a repository tagged agenthub, ai, claude-code, cli and codex.

Documentation

README

Read-only consistency audit across the skillshare codebase. $ARGUMENTS specifies focus area (e.g., "flags", "tests", "targets") or omit for full audit.

Scope: This skill only READS and REPORTS. It does not modify any files. Use implement-feature to fix issues or update-docs to fix documentation gaps.

Audit Dimensions

Run all 4 dimensions in parallel where possible. For each, produce a summary table.

1. CLI Flag Audit

Compare every flag defined in cmd/skillshare/*.go against website/docs/commands/*.md.

# Find all flags in Go source
grep -rn 'flag\.\(String\|Bool\|Int\)' cmd/skillshare/
grep -rn 'Args\|Usage' cmd/skillshare/

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Skillshare Codebase Audit

  • What else does runkids publish alongside Skillshare Codebase Audit?

    Skillshare Codebase Audit is one of 11 skills that DirSkills catalogs from runkids/skillshare, the repository it ships in. Its siblings there include Changelog Generator, Clean and Implement Feature. Each one is a separate skill with its own page in this directory, installs the same way Skillshare Codebase Audit does, and is maintained by runkids in that same repository. The rest of the collection is listed on the runkids/skillshare page.

  • How does Skillshare Codebase Audit compare to other Quality skills?

    Skillshare Codebase Audit ranks #503 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Skillshare Codebase Audit against them. Open each page to compare what they document and how they install.

More from runkids/skillshare

Skillshare Codebase Audit is one of 11 skills cataloged on DirSkills from runkids/skillshare.

See all 11 skills