repo-discovery-auditor

Audit an unfamiliar codebase and map architecture, user-facing features, maturity, and risks. Use when the user asks to inspect a repo, summarize the stack, explain structure, list implemented features, judge what looks mature vs rough, or prepare a coding brief from an existing project.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "repo-discovery-auditor" with this command: npx skills add nalendrax8/repo-discovery-auditor

Repo Discovery Auditor

Inspect a repo before planning or coding.

Core workflow

  1. Start with high-signal files:
    • package manager files
    • app entrypoints and route layouts
    • config files
    • backend or data client setup
    • representative feature pages or modules
  2. Identify:
    • framework and runtime
    • routing model
    • state management
    • data layer and auth
    • UI system
  3. Map user-facing flows page by page or feature by feature.
  4. Look for maturity signals:
    • validation
    • loading and error states
    • empty states
    • access control
    • reusable abstractions
    • side-effect handling
  5. Look for risk signals:
    • stale schema references
    • duplicated business logic
    • weak typing
    • inconsistent auth or role checks
    • debug code and ad-hoc branching

Evidence rule

Tie claims to actual files or patterns you inspected. Do not claim runtime behavior you did not verify. If something is inferred from static code only, say so.

Suggested output

Return results in this order when useful:

  1. Architecture summary
  2. Key stack and structure
  3. User-facing feature map
  4. What looks mature
  5. What looks rough or incomplete
  6. Important risks or inconsistencies
  7. Best next move

Maturity labels

Use simple bands:

  • mature
  • working but rough
  • unclear or likely incomplete

Explain each label with concrete evidence.

Handoff use

If the repo audit will feed implementation work, end with a short section for Codex:

  • likely files to touch
  • architecture constraints
  • risky areas to avoid breaking
  • missing information that should be confirmed first

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

Skill Auto-Router

Automatically discover and route relevant installed skills for the current task, plus run a daily skill audit. Use when you want pre-task skill matching acro...

Registry SourceRecently Updated
1411Profile unavailable
Coding

Workspace Governance

A methodology-first workspace governance skill for AI agents. Focuses on principles, decision framework, and safe execution patterns instead of fixed directo...

Registry SourceRecently Updated
650Profile unavailable
Security

Claude Agent

作为项目经理操作 Claude Code 完全体。包含:任务执行(提示词设计→执行→监控→质量检查→迭代→汇报)。通过 tmux 操作交互式 CLI,通过 hooks + pane monitor 实现异步唤醒。NOT for: 简单单行编辑(用 edit)、读文件(用 read)、快速问答(直接回答)。

Registry SourceRecently Updated
2480Profile unavailable
Security

12 Cool Skills for OpenClaw Agent

Assistant de trading automatisé pour l'analyse de marché, la détection de signaux et l'exécution de stratégies techniques (RSI, MA, Support/Résistance). À ut...

Registry SourceRecently Updated
880Profile unavailable