Help us improve
Share bugs, ideas, or general feedback.
From overnight-dev
Automates overnight software development using Git hooks to enforce TDD, ensuring tested code changes meet quality standards before commits.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin overnight-devHow this skill is triggered — by the user, by Claude, or both
Slash command
/overnight-dev:overnight-developmentThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill automates software development overnight by leveraging Git hooks to enforce test-driven development (TDD). It ensures that all code changes are fully tested and meet specified quality standards before being committed.
Establishes interaction style, commit conventions, documentation discipline, and skill-trust principles for disciplined agent-assisted development.
Guides the full SDLC workflow: planning, implementation (TDD), testing, linting, building, reviewing, and releasing. Invoke when implementing features, fixing bugs, refactoring, or deploying.
Guides Red-Green-Refactor cycles for test-first feature implementation and bug fixes. Requires /optimus:init and working test infrastructure.
Share bugs, ideas, or general feedback.
This skill automates software development overnight by leveraging Git hooks to enforce test-driven development (TDD). It ensures that all code changes are fully tested and meet specified quality standards before being committed.
See ${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.
See ${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.