content-creator
88Create Brand-Consistent Marketing Content
Marketing teams need content that stays consistent across channels. This skill helps plan, write, analyze, and optimize content for brand voice and SEO.
Run a Strict TDD Cycle
Teams often skip fail-first testing and lose design feedback. This skill guides Claude, Codex, and Claude Code through a strict red-green-refactor workflow.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "tdd-workflows-tdd-cycle" from https://skillstore.io/skills/sickn33-tdd-workflows-tdd-cycle.md and its manifest at https://skillstore.io/api/skills/sickn33-tdd-workflows-tdd-cycle/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "tdd-workflows-tdd-cycle". Create a payment validation feature using TDD.
Expected outcome:
The assistant lists acceptance criteria, writes failing unit tests, verifies the failures, implements only required logic, then refactors with tests passing.
Using "tdd-workflows-tdd-cycle". Use incremental TDD for a search filter.
Expected outcome:
The assistant handles one behavior at a time, keeps each implementation minimal, and records coverage progress after each cycle.
Using "tdd-workflows-tdd-cycle". Review whether this feature followed TDD.
Expected outcome:
The assistant reports phase violations, missing tests, coverage gaps, and refactoring needs, then recommends concrete recovery steps.
All nine static findings appear to be false positives caused by inline backtick formatting, checklist words, and testing workflow language in SKILL.md. I found no evidence of command execution, network reconnaissance, system reconnaissance, credential access, prompt injection, or data exfiltration intent.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/sickn33-tdd-workflows-tdd-cycle/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/sickn33-tdd-workflows-tdd-cycle?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/sickn33-tdd-workflows-tdd-cycle?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-tdd-workflows-tdd-cycle/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/sickn33-tdd-workflows-tdd-cycle.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>sickn33. (2026). tdd-workflows-tdd-cycle security audit report (audit version 4) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-tdd-workflows-tdd-cycle/audits/4@techreport{sickn33-sickn33-tdd-workflows-tdd-cycle-2026,
author = {sickn33},
title = {tdd-workflows-tdd-cycle security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/sickn33-tdd-workflows-tdd-cycle/audits/4},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "tdd-workflows-tdd-cycle security audit report (audit version 4)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-07"
url: "https://skillstore.io/skills/sickn33-tdd-workflows-tdd-cycle/audits/4"
identifiers:
- type: other
value: "skillstore:sickn33-tdd-workflows-tdd-cycle:audit:4"
description: "Skillstore immutable audit report identifier"
Use the red-green-refactor loop to build new behavior from clear acceptance criteria and failing tests.
Create repeatable unit, integration, performance, and edge-case testing steps for a development team.
Check whether a feature followed fail-first testing, coverage checkpoints, and refactoring expectations.
Apply this TDD cycle to <feature>. Start by defining acceptance criteria, edge cases, and failing unit tests. Do not implement production code yet.
Use incremental mode for <feature>. Write one failing test, implement only enough code, then refactor before the next test.
Use suite mode for <module>. Design the full failing test suite, implement the smallest passing solution, then add integration tests.
Review <feature> against this TDD workflow. Identify any broken phase, missing checkpoint, coverage gap, or refactoring issue.
Author
sickn33License
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/tdd-workflows-tdd-cycleRef
9f814fc6a43fd99946f2da5e0df231c65a38bc76
Maintenance freshness
7/23/2026
Usage
8 downloads ยท 94 views
File structure
๐ SKILL.md
Create Brand-Consistent Marketing Content
Marketing teams need content that stays consistent across channels. This skill helps plan, write, analyze, and optimize content for brand voice and SEO.
Improve LLM Prompts With Proven Patterns
Inconsistent prompts waste time and make AI outputs hard to trust. This skill guides prompt design with reusable patterns, examples, evaluation steps, and optimization workflows.
Build Fullstack Apps with Senior Patterns
Teams need consistent setup, architecture, and review guidance for modern web applications. This skill provides scaffolders, workflow references, and quality prompts for React, Next.js, Node.js, GraphQL, and PostgreSQL projects.
Design Scalable Software Architectures
Architecture decisions are hard to compare across web, mobile, backend, and cloud systems. This skill provides structured guides and local scaffold scripts for reports, dependency review, and trade-off documentation.
Optimize AI Prompts With Prompt Engineer
Writing clear prompts is hard when goals are vague or complex. This skill turns rough requests into structured prompts using proven prompt frameworks.
Prioritize Product Work With Research Insights
Product teams need faster ways to rank features, synthesize interviews, and document decisions. This skill provides RICE scoring, interview analysis, and PRD templates for structured planning.
Build Reliable Test Automation
by 89jobrien
Weak tests slow releases and hide regressions. This skill guides test strategy, TDD, automation, coverage review, and Playwright web checks.
Guide TDD with Red-Green-Refactor
by mattpocock
Test-first work often becomes brittle when teams test internals or write too many tests upfront. This skill guides Codex, Claude, and Claude Code through behavior-focused red-green-refactor cycles.
Analyze Patterns Across Your Codebase
by C0ntr0lledCha0s
Large codebases hide repeated structures and inconsistent decisions. This skill maps design patterns, architecture, conventions, duplication, and anti-patterns with evidence and recommendations.
Plan Reliable Tests Across Your Codebase
by 0xDarkMatter
This skill helps teams choose test strategies, mocks, data fixtures, coverage gates, and CI patterns without mixing test scopes. It gives Claude, Codex, and Claude Code structured guidance for unit, integration, end-to-end, TDD, and pipeline testing.
Build Python Tests with pytest TDD
by 89jobrien
Python teams often need consistent tests, coverage, and reports without losing TDD discipline. This skill provides pytest-focused workflows, examples, and reporting guidance for Claude, Codex, and Claude Code.
Build Reliable Jest Tests
by C0ntr0lledCha0s
Jest projects often fail because tests, mocks, asynchronous behavior, and configuration are inconsistent. This skill provides focused patterns for dependable JavaScript, TypeScript, React, and Node.js testing.