Gh Check

Verify repository health only: discover stack, pre-check dependencies, prepare, run docs consistency checks, and evaluate format/lint/test/build checks.

gustavo-gardusi Updated

File contents

Test Overall

Cursor skill: @gh-check

Role

Run repository/docs verification and report health.

Terminal command execution is owned by:

Workflow

  1. Discover stack/tooling from docs, config, and CI.
  2. Pre-check required executables and dependencies.
  3. Prepare install/build prerequisites.
  4. Validate docs consistency across README.md, docs/*.md, and skills/README.md against the current public skill set and storage model.
  5. Evaluate format/lint/test/build checks.
  6. 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.

gustavo-gardusi/cursor-skills/tree/main/skills/gh/check commit 8a4713521c

Frequently asked questions

npx skillmds@latest add gustavo-gardusi/gh-check