Dev Loop
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
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 RepositoryRelated Skills
Docker
---
DevOps Kubernetes
---
DevOps AWS Skills
AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architectu
DevOps Composio Split
Manage Split feature flags and experiments
DevOps **claude-code-router**
(25.3k ⭐) - Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interac
DevOps CLAUDE.md CI/CD Wiki
Community patterns for CLAUDE.md configuration in CI/CD pipelines.
DevOps