- Read
CLAUDE.mdfor the test / lint / typecheck commands. - Run each one. Capture the exit code and the last 20 lines of output.
- Report a table: Step | PASS/FAIL | detail. A step that couldn't run is FAIL, never skipped silently.
- If anything failed, say what to fix first. Don't fix it unless asked.
- If
CLAUDE.mdnames no commands, look inpackage.jsonscripts,Makefile,pyproject.tomlorPackage.swiftfor test / lint / typecheck. Say which file you used. A step with no command found is FAIL ("no command found"), never PASS.
Run
Pre-commit gate. Run tests, lint and type check; report PASS/FAIL per step and anything that could not run. Use before any commit or PR.
Run by sdvsignal · 9d4a8b9
npx skillmds@latest add sdvsignal/run File contents
---name: rundescription: Pre-commit gate. Run tests, lint and type check; report PASS/FAIL per step and anything that could not run. Use before any commit or PR.---1. Read `CLAUDE.md` for the test / lint / typecheck commands.2. Run each one. Capture the exit code and the last 20 lines of output.3. Report a table: Step | PASS/FAIL | detail. A step that couldn't run is FAIL, never skipped silently.4. If anything failed, say what to fix first. Don't fix it unless asked.5. If `CLAUDE.md` names no commands, look in `package.json` scripts, `Makefile`, `pyproject.toml` or `Package.swift` for test / lint / typecheck. Say which file you used. A step with no command found is FAIL ("no command found"), never PASS.
sdvsignal/kit-plugins/tree/main/plugins/kit-ship-check/skills/run commit 9d4a8b9bbf
Frequently asked questions
Run npx skillmds@latest add sdvsignal/run in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Pre-commit gate. Run tests, lint and type check; report PASS/FAIL per step and anything that could not run. Use before any commit or PR. It is listed under Docs & Writing on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
sdvsignal (@sdvsignal) published this skill. Their other Agent Skills are listed on their SkillMD profile.