Dev Loop banner
databayt databayt

Dev Loop

DevOps community

Description

--- description: Fast development loop for small changes (validate → fix → commit → deploy) --- # Fast Development Loop Optimized cycle for small changes. Runs quick checks, auto-fixes, commits, and deploys. ## Execute This Loop ### Step 1: Quick Validation (5s) ```bash pnpm tsc --noEmit && pnpm lint --quiet ``` If errors found: - Run `pnpm lint --fix` for auto-fixable issues - Report remaining errors and STOP (don't proceed with broken code) ### Step 2: Test Changed Files (10s) ```bash

Installation

Installs to ~/.claude/commands/databayt-hogwarts-dev-loop.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/databayt/hogwarts/HEAD/.claude/commands/dev-loop.md -o ~/.claude/commands/databayt-hogwarts-dev-loop.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository