gsd-tdd
My custom version of qwen coder
Install / Use
npx skills add FiredMosquito831/qwen-coder-epicInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
LegalSupported Platforms
Skill content
View source on GitHubname: gsd-tdd description: Implements test-driven development with RED-GREEN-REFACTOR cycles. Use when implementing business logic, API endpoints, data transformations, or any code with defined I/O contracts. version: 1.0.0 author: get-shit-done (migrated for Qwen) triggers:
- "use TDD"
- "test-driven development"
- "write tests first"
- "RED-GREEN-REFACTOR"
- "implement with tests" tools:
- read_file
- write_file
- bash models:
- qwen3-coder
- qwen3-32b
GSD TDD Skill
Overview
This skill implements test-driven development with disciplined RED-GREEN-REFACTOR cycles.
TDD Detection Heuristic
Question: Can you write expect(fn(input)).toBe(output) before writing fn?
- Yes: TDD candidate - use this skill
- No: Standard implementation
TDD Candidates:
- Business logic with defined I/O
- API endpoints with request/response contracts
- Data transformations
- Validation rules
- Algorithms
- State machines
RED-GREEN-REFACTOR Cycle
RED: Write Failing Test
- Read behavior specification
- Create test file
- Write failing test
- Run test (MUST fail)
- Commit:
test: add failing test for [feature]
GREEN: Make It Pass
- Read implementation requirements
- Write minimal code to pass
- Run test (MUST pass)
- Commit:
feat: implement [feature]
REFACTOR: Clean Up (If Needed)
- Identify improvements
- Clean up code
- Run tests (MUST still pass)
- Commit only if changes:
refactor: clean up [feature]
Test Infrastructure Detection
First TDD Task: Detect and setup test infrastructure
- Detect project type (Node, Python, etc.)
- Identify test framework (Jest, pytest, etc.)
- Install if needed
- Create test configuration
- Write sample test to verify
Related Skills
Agent-Reach
84.4kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
headroom
73.4kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
Scrapling
82.8k🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ
LocalAI
49.2kLocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.
Security Score
Audited on Mar 19, 2026
