gitwtfhub

wtf is onboarding-audit?

sunboardhq/onboarding-audit — explained in plain English

Analysis updated 2026-05-18

1Audience · pm founderComplexity · 1/5LicenseSetup · easy

TL;DR

A free coding agent skill that audits your app's signup flow and reports where new users would likely get stuck, with file-level fixes.

Mindmap

mindmap
  root((repo))
    What it does
      Maps signup to first value
      Scores onboarding patterns
      Writes findings report
    Tech stack
      Agent skill
      Claude Code plugin
    Use cases
      Audit signup flow
      Score onboarding patterns
      Get file-level fixes
    Audience
      Developers
      Founders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Audit your app's signup-to-first-value path for onboarding problems.

REASON 2

Get a scorecard across seven common onboarding patterns.

REASON 3

Receive a severity-ranked list of onboarding fixes with specific files.

REASON 4

Let your agent implement quick onboarding wins on the spot.

What's in the stack?

Agent SkillClaude CodeCodexCursor

How it stacks up

sunboardhq/onboarding-audit0xkinno/neuralvault0xlocker/d17-contracts
Stars111
LanguageTypeScriptSolidity
Setup difficultyeasyhardhard
Complexity1/54/55/5
Audiencepm founderdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · easy Time to first run · 5min

Reads only your code, so it cannot show where real users actually drop off.

MIT license: copy it, fork it, and adapt it freely, attribution appreciated but not required.

Wtf does this do

onboarding-audit is a free skill that plugs into coding agents like Claude Code, Codex, and Cursor. It teaches the agent to look at your app's signup flow and point out where a first time user would likely get confused or give up, then hand back a written report describing what to fix first. The skill packages up patterns commonly seen in onboarding reviews, things like empty states, front loaded value, sensible default settings, clear success states, progression systems, and how permissions are requested, and applies them to your actual signup to first value path. Because your agent already has access to your codebase, it can point to specific files and screens rather than giving generic advice. To use it, you tell your agent to audit your onboarding, and it works out what your product's key first moment of value is, checking that guess with you, then maps every screen on the path from signup onward and scores it against seven common patterns as pass, needs work, or missing. The final report lists problems ordered by how serious they are, describes what a new user would actually experience on each screen, and suggests a specific fix, including some quick fixes the agent can make immediately. The README is upfront about a limitation: because the audit only reads code, it can tell you what a fresh user would likely see, but it cannot tell you where real users actually get stuck or drop off, since that requires tracking real user behavior rather than reading source files. It is released under the MIT license, and installable via Claude Code's plugin system or the general purpose skills command line tool.

Yoink these prompts

Prompt 1
Install sunboardhq/onboarding-audit as a Claude Code plugin and audit my onboarding.
Prompt 2
Explain the seven onboarding patterns this skill checks for.
Prompt 3
Walk me through installing this skill with the npx skills add command.
Prompt 4
What is the difference between this code-based audit and real user funnel analytics?

Frequently asked questions

wtf is onboarding-audit?

A free coding agent skill that audits your app's signup flow and reports where new users would likely get stuck, with file-level fixes.

What license does onboarding-audit use?

MIT license: copy it, fork it, and adapt it freely, attribution appreciated but not required.

How hard is onboarding-audit to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is onboarding-audit for?

Mainly pm founder.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.