Night Market Change Control

PR/release governance playbook for this repo: change classification, exact gate order, and cited non-negotiables.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 13, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · e1ae174

The doc's own 'Provenance and maintenance' section ships re-verification grep commands and flags an unverified claim as unverified (an incident's exact restored-file count) instead of asserting it — checked the one verifiable count (10 constitution rules) live and it matched exactly.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Night Market Change Control does

Classifies a pending change against a table (plain PR, spec-required over 200 AI-diff lines, ADR-required, constitution amendment, or release), lists the exact make targets and pre-commit gate order it must pass locally, and walks through the sanctum PR and release slash-command sequence with an exit-criteria checklist. Triggers on landing a PR, cutting a release, or amending a project rule, and explicitly defers to three sibling skills for failure triage, incident archaeology, and architecture review; tightly coupled to this repo's own CONSTITUTION.md/rules/ADR structure.

How to install Night Market Change Control

git clone https://github.com/athola/claude-night-market
cd claude-night-market
mkdir -p ~/.claude/skills
cp -r .claude/skills/night-market-change-control ~/.claude/skills/night-market-change-control

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Night Market Change Control

  • /night-market-change-control PR/release governance playbook for this repo: change classification, exact gate order, and cited non-negotiables.

It also activates on plain-language prompts like these:

  • Tell me what gates my PR needs to pass before landing it
  • Walk me through the release process and exit criteria for this repo
  • Classify this change and tell me if it needs an ADR or spec

Frequently asked questions

Is the Night Market Change Control skill free?
Yes. The skill itself is free from athola/claude-night-market. SkillProof publishes the install command and an independent test verdict at no cost.
Does Night Market Change Control work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Tested · Works. The doc's own 'Provenance and maintenance' section ships re-verification grep commands and flags an unverified claim as unverified (an incident's exact restored-file count) instead of asserting it — checked the one verifiable count (10 constitution rules) live and it matched exactly.
What is the Night Market Change Control SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Night Market Change Control?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Night Market Change Control with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.