nightshift
Installation
SKILL.md
Nightshift
Autonomous sequential development loop for AFK sessions. Works through your specs and bugs backlog one task at a time, fully completing each before moving on. Uses the testing trophy (integration-heavy) for test strategy, evals-first for quality gates, and progressive commits to reduce blast radius.
When to use Nightshift vs Swarm
| Nightshift | Swarm | |
|---|---|---|
| Goal | Ship spec'd features, fix bugs | Harden codebase quality |
| Agents | 1 sequential, no worktrees | 4 parallel in worktrees |
| Testing focus | Testing trophy (integration-heavy) + LLM judges | Coverage + mutation + CRAP |
| Review | Eval stack (hooks → tests → judges → codex) | Metric-driven quality agents |
| Best for | "Build these features while I'm away" | "Make the codebase healthier" |
Related skills
More from jonmumm/skills
dont-use-use-effect
>
59react-composable-components
>
41grill-me
>
32mutation-testing
Run and interpret Stryker mutation testing; kill survivors to reach ≥95% score. Use when running mutation tests, setting up Stryker, interpreting survivors, or verifying test quality after TDD.
32offensive-typesafety
>
31expo-testing
Build, install, and test Expo/React Native apps on simulators and physical devices. Use when asked to "run on simulator", "install on device", "test on phone", "run detox", "preview build", or "build and test".
30