techne:audit¶
Run your repo's make targets in dependency order and reconcile terminal output against the logs/dev-<ts>-<cmd>.log archive convention.
When to use¶
Pre-push: validate the toolchain is clean before pushing to CI. "Is the build clean?" / "Am I ready to push?" / "Did the last refactor break anything silently?"
Usage¶
Invoke by name in Claude Code:
Modes are picked from natural-language phrasing. Say "run the full audit" or "fast check"; the skill reads the phase list and fast-subset from your .claude/skill-context.md.
Prerequisites¶
This skill is opinionated. It requires:
- A
Makefilewith the phases listed in your.claude/skill-context.md's## auditsection. - The dev-runner archive convention: each
make <target>invocation writeslogs/dev-<UTC-timestamp>-<target>.logending with aSUMMARYblock. Techne shipsscripts/dev-runner.shas the reference implementation.
See Conventions for the setup walkthrough.
See also¶
techne:ci-audit: audit the cloud equivalent (GitHub Actions runs).techne:docsync: audit prose claims (Makefile commands, paths) against the code.- Conventions: the dev-runner archive convention.