AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Tdd Green

skill-mrlarson2007-copilot-tdd-harness-tdd-green · by mrlarson2007

|

No reviews yet
0 installs
29 views
0.0% view→install

Install

$ agentstack add skill-mrlarson2007-copilot-tdd-harness-tdd-green

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-mrlarson2007-copilot-tdd-harness-tdd-green)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Tdd Green? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

TDD Green Phase Skill

Purpose

  • Write the simplest code to make the failing test pass
  • Do not modify tests in this phase
  • No refactoring or generalization
  • Commit after tests pass

Inputs

  • Failing test id
  • Skill and asset references
  • Project code style patterns from .github/instructions/tdd-patterns.instructions.md
  • Canonical GREEN style guide placeholder at .github/skills/tdd-green/assets/project-code-style-patterns.md

Outputs

  • Changed production files
  • Test pass summary

Steps

  1. Load .github/skills/tdd-green/assets/project-code-style-patterns.md first, then load core asset files for minimal implementation, anti-patterns, and commit discipline
  2. Check whether the RED test compiles.
  • If the test references missing production symbols (types, methods, fields), the only allowed edit is the smallest possible compile-only stub — no behavior.
  • Run the narrow test again. It must now compile and fail at runtime/assertion level before proceeding.
  • This is the distinction between structural red (compile failure) and behavioral red (assertion failure). Both are RED; behavior must not be added until you are at behavioral red.
  1. Judge the next GREEN move before editing production code.
  • Ask whether the change is the dumbest possible thing that makes only the current test pass.
  • If the change also solves untested cases, tries to generalize, or looks like the feature instead of the slice, it is too broad.
  • Prefer a constant, hardcoded branch, or the narrowest exact-case behavior the current test demands.
  • Do not move from behavioral red into generalized implementation just because the change is small.
  1. Write minimal code to pass the test
  2. Use tdd-test-run with a test_run_request contract whose expected result is

a passing narrow check for the protected test or slice

  1. If the observed result does not match the expected GREEN outcome, revert only

the scoped production changes and return to the preceding GREEN decision point

  1. Run the broader validation required by project policy through tdd-test-run

before reporting GREEN complete

  1. Return contract output

Completion Checks

  • Only minimal code added
  • All tests pass
  • No test or refactor changes

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.