Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Turkey Lite

Build it. QA it. Ship it. Any stack.

Install

Add to your Claude Code skills directory.

Commands

/turkey-lite [desc]          # Full flow (Build + QA + Ship)
/turkey-lite [desc] --quick  # Build only (skip QA)
/turkey-lite qa              # QA only (on existing code)

How It Works

  1. BUILD - Claude Code builds naturally. Feature branches, unit tests, clean commits.
  2. QA - Smoke test every element. Capture outputs. Fresh-context blind review. Fix everything.
  3. SHIP - README, tag, done.

Works With

  • Web apps (React, Vue, Svelte, vanilla)
  • CLI tools (any language)
  • APIs and backend services
  • Anything you can build and run

Example

> /turkey-lite a habit tracker

[3-5 questions, then builds it]
Running at localhost:5173, 34 tests passing

[QA: Smoke testing...]
BLOCKERS (1): "Export" button dead
WARNINGS (2): Card spacing uneven, Date picker misaligned

fix/export-button → fixed → merged
Re-run: Blockers: 0, Warnings: 2 → NOT CLEAN

fix/card-spacing → fixed → merged
fix/date-picker → fixed → merged
Re-run: Blockers: 0, Warnings: 0 → CLEAN

Tagged v1.0.0.

Key Features

  • Native Claude Code build - No orchestration overhead, just builds
  • Structured QA - Finds dead elements, visual bugs, broken flows
  • Fresh-context review - Blind agent reviews outputs without code bias
  • Zero tolerance - CLEAN = zero blockers AND zero warnings. No exceptions.
  • Cross-build learning - aimem stores lessons, each build starts smarter
  • Stack-agnostic - Web, CLI, API — adapts QA approach to match

About

Build it. QA it. Ship it. A Claude Code skill for structured builds with comprehensive QA. Any stack.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors