{"id":51618120,"url":"https://github.com/ihugang/offboarding-auditor","last_synced_at":"2026-07-12T16:01:58.696Z","repository":{"id":361995447,"uuid":"1256794232","full_name":"ihugang/offboarding-auditor","owner":"ihugang","description":"A Claude skill that audits offboarding engineers' code \u0026 docs for handover-readiness and bus-factor risk.","archived":false,"fork":false,"pushed_at":"2026-06-02T05:38:01.000Z","size":1223,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-02T07:14:34.078Z","etag":null,"topics":["bus-factor","claude-code","claude-skill","code-audit","handover","knowledge-transfer","offboarding"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ihugang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-02T05:11:48.000Z","updated_at":"2026-06-02T05:38:05.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ihugang/offboarding-auditor","commit_stats":null,"previous_names":["ihugang/offboarding-auditor"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ihugang/offboarding-auditor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ihugang%2Foffboarding-auditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ihugang%2Foffboarding-auditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ihugang%2Foffboarding-auditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ihugang%2Foffboarding-auditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ihugang","download_url":"https://codeload.github.com/ihugang/offboarding-auditor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ihugang%2Foffboarding-auditor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35395749,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-12T02:00:06.386Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bus-factor","claude-code","claude-skill","code-audit","handover","knowledge-transfer","offboarding"],"created_at":"2026-07-12T16:01:57.169Z","updated_at":"2026-07-12T16:01:58.687Z","avatar_url":"https://github.com/ihugang.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"**English** | [简体中文](README.zh-CN.md)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"icon.png\" alt=\"offboarding-auditor\" width=\"160\"\u003e\n\u003c/p\u003e\n\n# offboarding-auditor\n\n\u003e A Claude Code skill that audits a departing engineer's code \u0026 docs to make sure the project can actually be **inherited** by whoever takes over.\n\nWhen an engineer **leaves / changes teams / ends a contract**, this skill audits the code and documentation they owned, to answer one question:\n\n\u003e **If a brand-new person who has never met the original author takes over, can they finish the job on their own — without phoning the person who left?**\n\nIt does not judge whether the code is \"well written\"; it evaluates whether the code **can be inherited by someone else**. The core goal is to rescue the **Bus Factor** — don't let critical knowledge walk out the door with the person.\n\n## What it does\n\n- **Phase 1 — Inventory**: `scripts/inventory.sh` scans for objective signals in one shot — author concentration (knowledge silos), tribal-knowledge markers, secret \u0026 personal-account binding risks, in-flight work, dependency and test inventory.\n- **Phase 2 — Audit**: checks 10 dimensions one by one; every conclusion is backed by evidence (file/line, or the missing fact).\n- **Phase 3 — Score**: severity triage (🔴 blocker / 🟠 high / 🟡 medium / ⚪ low) + an inheritability score (0–100) + a clear \"safe to hand over?\" verdict.\n- **Phase 4 — Output**: an audit report + a **pre-departure fix-list** (concrete, assignable remediation items to complete while the person is still around).\n\n## Usage\n\nTrigger it inside Claude Code (offboarding audit / handover audit / bus factor, etc.), or run the inventory script manually:\n\n```bash\nbash skills/offboarding-auditor/scripts/inventory.sh \u003cpath/to/repo\u003e \u003e inventory.md\n```\n\n## Install\n\nThis repo is both a **Claude Code plugin** and a **standalone skill**. Pick whichever fits.\n\n### Option A — Plugin (recommended, native install)\n\nInside Claude Code:\n\n```text\n/plugin marketplace add ihugang/offboarding-auditor\n/plugin install offboarding-auditor@ihugang-skills\n```\n\nGives you managed updates (`/plugin marketplace update`) and uninstall. The skill is model-invoked; you can also call it explicitly as `/offboarding-auditor:offboarding-auditor`.\n\n### Option B — One-line terminal install\n\nInstalls the skill into `~/.claude/skills/` (global). Needs `git`.\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/ihugang/offboarding-auditor/main/install.sh | bash\n```\n\nProject-scoped install (into `./.claude/skills/`):\n\n```bash\nSCOPE=project bash -c \"$(curl -fsSL https://raw.githubusercontent.com/ihugang/offboarding-auditor/main/install.sh)\"\n```\n\n### Option C — Manual\n\nA skill is just a folder containing a `SKILL.md`. Copy the skill folder into your skills directory:\n\n```bash\ngit clone https://github.com/ihugang/offboarding-auditor.git\ncp -R offboarding-auditor/skills/offboarding-auditor ~/.claude/skills/offboarding-auditor   # global\n# or: cp -R offboarding-auditor/skills/offboarding-auditor .claude/skills/offboarding-auditor  # per-project\n```\n\n### Then\n\n**Start a new Claude Code session** (skills/plugins load at session start, not hot-reloaded) and trigger it in natural language — e.g. \"run an offboarding/handover audit on this project\", \"check this repo's bus factor\".\n\n\u003e Self-contained: no build step, no dependencies. `scripts/inventory.sh` needs `bash` + `git`; `rg`/`fd` are optional (falls back to `grep`/`find`).\n\n## Structure\n\n```text\n.\n├── .claude-plugin/\n│   ├── plugin.json                          # Plugin manifest\n│   └── marketplace.json                     # Marketplace catalog (this repo = a 1-plugin marketplace)\n├── install.sh                               # Terminal one-line installer\n└── skills/offboarding-auditor/\n    ├── SKILL.md                             # Main instructions: methodology, 10 dimensions, scoring, report templates (zh/en)\n    ├── scripts/inventory.sh                 # Phase 1 auto-inventory (bash + git; rg/fd optional)\n    └── references/\n        ├── example-report.zh.md             # Filled-in sample report (Chinese)\n        └── example-report.en.md             # Filled-in sample report (English)\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fihugang%2Foffboarding-auditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fihugang%2Foffboarding-auditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fihugang%2Foffboarding-auditor/lists"}