Qa Merge banner
LL4nc33 LL4nc33

Qa Merge

Testing community

Description

--- description: QA-verified merge of terminal branches to main (team lead / QA only) allowed-tools: ["Read", "Bash", "Glob", "Grep", "AskUserQuestion"] --- # QA Merge — Verified Merge to Main Merge terminal branches into main after QA verification. Should only be run from the QA terminal or team lead. ## Step 1: Pre-flight Checks ### Verify context ```bash BRANCH=$(git branch --show-current 2>/dev/null) echo "$BRANCH" ``` ### Check for pending handoffs Read all `shared/handoff/*.md` file

Installation

Installs to ~/.claude/skills/ll4nc33-code-workspace-engine-qa-merge/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ll4nc33-code-workspace-engine-qa-merge && curl -fsSL https://raw.githubusercontent.com/LL4nc33/code-workspace-engine/HEAD/commands/qa-merge.md -o ~/.claude/skills/ll4nc33-code-workspace-engine-qa-merge/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository