From claude-harness
Feature tamamlandiktan sonra commit -> push -> deploy pipeline'i. "/deploy" komutuyla veya implement-feature'in son adimi olarak tetiklenir. Her adimda kullanici onayi zorunludur — onaysiz aksiyon alinmaz.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-harness:deploy-pipelineThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Bu skill, tamamlanmis kodu guvenli sekilde deploy eder.
Bu skill, tamamlanmis kodu guvenli sekilde deploy eder. Her adimda kullanici onayi zorunludur — onaysiz ilerleme yapma.
Once .claude/project.conf dosyasini oku. Ardindan asagidaki kontrolleri calistir:
$CMD_TEST # project.conf'dan
$CMD_TYPECHECK # project.conf'dan (tanimliysa)
Tum kontroller gecmeli. Herhangi biri basarisiz olursa:
git status
git branch --show-current
git log --oneline -5
Kullaniciya goster:
Kural: project.conf'daki MAIN_BRANCH uzerindeysen uyar ve feature branch olusturmayi oner.
git add <dosyalar> + git commitgit remote -v)git push -u origin <branch>gh pr create ile PR olusturgh run list --limit 1Pipeline tamamlandiginda goster:
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub cagan/claude-harness --plugin claude-harness