-
Notifications
You must be signed in to change notification settings - Fork 42
Onboard Repo
github-actions[bot] edited this page Feb 23, 2026
·
1 revision
Run a first-time health check on a GitHub repository — produces a structured onboarding report covering code quality signals, open issues, CI health, contributor activity, documentation coverage, and accessibility label presence.
- Joining a new project and wanting a quick orientation
- Inheriting a repository and assessing its health before work begins
- Reviewing an open-source repo before contributing
- Generating an onboarding artifact to share with new team members
In GitHub Copilot Chat:
/onboard-repo owner/repo
- Discover repo — Reads README, license, description, topics, and contributors
- Analyze open issues — Counts, labels, staleness, and response rate
- Check CI — Workflow configs, last run status, and branch protection
- Review PR activity — Merge rate, review cycle time, stale PRs
- Documentation check — README, contributing guide, code of conduct, issue templates
-
Save report — Written to
.github/reviews/onboarding/onboard-{repo}-{date}.mdand.html
| Section | What is covered |
|---|---|
| Repository overview | Name, description, language, topics, license |
| Issue health | Open/closed ratio, avg response time, triage rate |
| PR health | Merge time, stale PRs, review coverage |
| CI/CD | Workflow names, success rate, branch protection |
| Documentation | Presence of README, CONTRIBUTING, CODE_OF_CONDUCT |
| Issue templates | Whether bug/feature templates exist |
| Accessibility labels | Whether a11y/accessibility labels are configured |
| Contributor activity | Active contributors, last commit date, bus factor signal |
Onboarding Report — owner/my-project
Repository overview: TypeScript, MIT license, 128 stars
Issues: 34 open, avg response time 4 days, 12 untriaged
PRs: 3 open, avg merge time 6 days, 0 stale
CI: build-and-test workflow — 94% passing rate last 30 days
Docs: README ✅ | CONTRIBUTING ✅ | CODE_OF_CONDUCT ✅
Templates: Bug ✅ | Feature ✅
Accessibility labels: None found — consider adding "accessibility" label
Full report saved to .github/reviews/onboarding/onboard-my-project-2026-02-22.md
| File | Contents |
|---|---|
.github/reviews/onboarding/onboard-{repo}-{date}.md |
Full onboarding report |
.github/reviews/onboarding/onboard-{repo}-{date}.html |
Accessible HTML version |
/onboard-repo owner/repo # Full health check
/onboard-repo owner/repo quick # Chat summary only, no saved docs
/onboard-repo owner/repo ci only # Focus on CI health
| Agent | Role |
|---|---|
| daily-briefing agent | Executes this prompt |
- daily-briefing — daily briefing for an already-known repo
- triage — triage open issues after onboarding
- ci-status — track CI health over time
- Accessibility Lead
- Web Accessibility Wizard
- Document Accessibility Wizard
- Alt Text and Headings
- ARIA Specialist
- Contrast Master
- Forms Specialist
- Keyboard Navigator
- Link Checker
- Live Region Controller
- Modal Specialist
- Tables Data Specialist
- Word Accessibility
- Excel Accessibility
- PowerPoint Accessibility
- PDF Accessibility
- Office Scan Config
- PDF Scan Config
- Testing Coach
- WCAG Guide