# Skillpack Check

> Skillpack Check

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

---


# Skillpack Check

Use this skill when the user asks whether the installed skillpack is healthy.

## Workflow

1. Run repository validation.
2. Run unit tests.
3. Check the installed Codex version and, when the check is part of portwork or an install refresh, refresh the current official Codex manual:
   - `codex --version`
   - `node "${CODEX_HOME:-$HOME/.codex}/skills/.system/openai-docs/scripts/fetch-codex-manual.mjs"`
4. Check registry coverage against upstream snapshots when available:
   - `python3 scripts/check_upstream_drift.py`
   - `python3 scripts/check_upstream_drift.py --map gbrain`
5. Check local user skills under `~/.agents/skills`. Separate this package's
   receipted copies from shared symlinks and other user-owned skills.
6. Run `brain_doctor.py` when the local brain substrate is in scope.
7. Run `brain_citations.py --verbose` when citation quality is in scope.
8. Report pass/fail with exact gaps, separating repo health, local install health, upstream parity, and Codex-doc freshness.

## Guardrails

- Do not say healthy if local install or registry validation failed.
- Do not mutate files during a check.
- Separate repo health from upstream parity.
- Do not treat memories as the source of truth for Codex host behavior; use current docs when host behavior matters.

