Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Test Prompt Skill

Skill Verifiziert Aktiv

Use when creating or editing any prompt (commands, hooks, skills, subagent instructions) to verify it produces desired behavior - applies RED-GREEN-REFACTOR cycle to prompt engineering using subagents for isolated testing

Zweck

To apply TDD principles to prompt engineering, ensuring prompts are robust, reliable, and produce desired agent behavior through systematic testing and refinement.

Funktionen

  • Applies RED-GREEN-REFACTOR cycle to prompt engineering
  • Uses isolated subagents for baseline testing
  • Provides structured guidance for prompt optimization
  • Supports testing of various prompt types (commands, hooks, skills)

Anwendungsfälle

  • Testing new prompts before deploying them to production
  • Verifying prompt changes do not introduce regressions
  • Comparing different prompt variations for optimal performance
  • Ensuring prompt clarity and consistency for agent instructions

Nicht-Ziele

  • Writing the initial prompt from scratch without prior testing
  • Testing prompts within an existing conversation history
  • Directly modifying agent behavior outside of prompt updates

Workflow

  1. Design test scenarios for the prompt type.
  2. Launch subagent WITHOUT the prompt to observe baseline behavior (RED Phase).
  3. Document agent failures verbatim.
  4. Write a minimal prompt addressing specific baseline failures (GREEN Phase).
  5. Test with the prompt using subagent and verify improvement.
  6. Optimize the prompt while keeping tests passing (REFACTOR Phase).
  7. Re-verify with fresh subagents after refactoring.

Praktiken

  • Prompt Engineering
  • Test-Driven Development
  • Agent Workflow Design

Voraussetzungen

  • Understanding of TDD: RED-GREEN-REFACTOR cycle
  • Familiarity with prompt-engineering skill

Trust

  • info:Issues AttentionThere are 6 open issues and 8 closed issues in the last 90 days, indicating active but potentially slower-than-ideal maintainer engagement.

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add NeoLabHQ/context-engineering-kit
/plugin install customaize-agent@context-engineering-kit

Qualitätspunktzahl

Verifiziert
97 /100
Analysiert 1 day ago

Vertrauenssignale

Letzter Commit9 days ago
Sterne993
LizenzGPL-3.0-or-later
Status
Quellcode ansehen

Ähnliche Erweiterungen

Using Superpowers

99

Verwenden Sie dies, wenn Sie ein beliebiges Gespräch beginnen – legt fest, wie Fähigkeiten gefunden und verwendet werden, und erfordert die Ausführung von Skill-Tools vor JEDER Antwort, einschließlich klärender Fragen.

Skill
obra

Cli Creator

100

Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.

Skill
openai

Context Mode Ops

100

Verwalten Sie GitHub-Issues, PRs, Releases und Marketing mit parallelen Subagenten-Armeen im Context-Mode. Orchestriert 10-20 dynamische Agenten pro Aufgabe. Verwenden Sie dies bei der Triage von Issues, der Überprüfung von PRs, der Veröffentlichung von Versionen, dem Schreiben von LinkedIn-Posts, der Ankündigung von Releases, der Behebung von Fehlern, dem Mergen von Beiträgen, der Validierung von ENV-Variablen, dem Testen von Adaptern oder dem Synchronisieren von Branches.

Skill
mksglu

Fixflow

100

Führen Sie Codierungsaufgaben mit einem strengen Liefer-Workflow aus: Erstellen Sie einen vollständigen Plan, implementieren Sie Schritt für Schritt, führen Sie kontinuierlich Tests durch und committen Sie standardmäßig nach jedem Schritt (`per_step`). Unterstützt explizite Commit-Policy-Überschreibungen (`final_only`, `milestone`) und optional BDD (Given/When/Then), wenn Benutzer verhaltensgesteuerte Bereitstellung anfordern oder Anforderungen unklar sind.

Skill
majiayu000

Kotlin Mcp Server Generator

100

Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.

Skill
github

Spec to Repo

100

Use when the user says 'build me an app', 'create a project from this spec', 'scaffold a new repo', 'generate a starter', 'turn this idea into code', 'bootstrap a project', 'I have requirements and need a codebase', or provides a natural-language project specification and expects a complete, runnable repository. Stack-agnostic: Next.js, FastAPI, Rails, Go, Rust, Flutter, and more.

Skill
alirezarezvani