# Gh Check

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

- Skill: `gustavo-gardusi/gh-check` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gustavo-gardusi/gh-check`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gustavo-gardusi/gh-check/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: gustavo-gardusi (https://skillmd.com/u/gustavo-gardusi)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/gustavo-gardusi/gh-check

---


# Test Overall

**Cursor skill:** **`@gh-check`**

## Role

Run repository/docs verification and report health.

Terminal command execution is owned by:
- **[`internal/gh/repo-check`](../../internal/gh/repo-check/SKILL.md)**

## 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

- Publish branch: **[`@gh-push`](../push/SKILL.md)**
- Create/update PR: **[`@gh-pr`](../pr/SKILL.md)**

If blocked by missing tools, install prerequisites and rerun **[`@gh-check`](../check/SKILL.md)**.

