quickfix
Ship an in-flight edit (or short agent-authored fix) as a PR without a worktree. Two auto-detected modes: user-edited (dirty tree + description → carry edits to a branch and commit) and agent-dispatched (clean tree + description → model-layer dispatch performs edits, then we commit). PR-only: requires execution.landing == "pr". Runs testing.unit_cmd (aligned with full_cmd to satisfy the project pre-commit hook), commits, pushes, and creates a PR via gh. No worktree; no .landed marker. Usage: /quickfix [<description>] [--branch <name>] [--yes] [--from-here] [--skip-tests]