hf.adr
01Command Claude Code
Capture an architectural decision as a draft ADR issue routed into HydraFlow.
HydraFlow is a delivery kernel for GitHub repositories: it accepts intent, compiles it through a staged pipeline, enforces quality gates, and produces merged software changes.
Command Claude Code
Capture an architectural decision as a draft ADR issue routed into HydraFlow.
Command Claude Code
Run a comprehensive code quality audit across the entire repo. Dynamically analyzes source code for dead code, complexity, duplication, error handling gaps, type safety issues, class cohesion, and method size. Creates GitHub issues for findings so HydraFlow can process them.
Command Claude Code
Audit all Claude Code hooks (.claude/settings.json and .claude/hooks/.sh) for correctness, efficiency, and gating opportunities. Launch a single agent that reads everything and reports findings.
Command Claude Code
Run a comprehensive integration test audit across the entire repo. Dynamically discovers external dependencies in source code, inventories existing integration tests, identifies coverage gaps, flags ugly/outdated tests, and creates GitHub issues for findings.
Command Claude Code
Run a comprehensive test quality audit across the entire repo. Analyzes test naming, structure, hygiene, factory usage, fluent builder patterns, anti-patterns, coverage gaps, and flaky patterns. Creates GitHub issues for findings so HydraFlow can process them.
Command Claude Code
Review the current branch diff for common implementation mistakes before committing. This is a read-only check — it does not modify files.
Command Claude Code
Take a rough description from the user, research the relevant codebase, and create a well-structured GitHub issue with full context, file references, and acceptance criteria.
Command Claude Code
Scan the current conversation for architectural decisions, bug root causes, configuration choices, codebase patterns, and workflow preferences. Write each as a memory item to the local JSONL store for ingestion by the memory sync worker.
Command Claude Code
Run a comprehensive quality check before declaring work complete or committing. This catches lint errors, type issues, and test failures BEFORE they accumulate.
Command Claude Code
Assess whether changed production code has adequate test coverage. This is a read-only assessment — it does not modify files.