Test Overall
Cursor skill: @gh-check
Role
Run repository/docs verification and report health.
Terminal command execution is owned by:
Workflow
- Discover stack/tooling from docs, config, and CI.
- Pre-check required executables and dependencies.
- Prepare install/build prerequisites.
- Validate docs consistency across
README.md,docs/*.md, andskills/README.mdagainst the current public skill set and storage model. - Evaluate format/lint/test/build checks.
- Report pass/fail and blockers, including docs drift files if found.
Use internal/gh/repo-check for all runnable command steps.
Does Not Do
- No git branch/sync operations.
- No commit/push/PR operations.
Next Skill
If blocked by missing tools, install prerequisites and rerun @gh-check.