diff options
| author | main <main@swarm.moe> | 2026-05-25 02:03:54 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-05-25 02:03:54 -0400 |
| commit | d271cca1bf82a50c4ff3eb65269e6025a5baa9cd (patch) | |
| tree | 6bfb4351e195570e6f4d838bc2e2500abccbef09 /qui-custodit/agents | |
| parent | d073de58c85fb63d9702db70c7fce53f9eae48b7 (diff) | |
| download | skills-d271cca1bf82a50c4ff3eb65269e6025a5baa9cd.zip | |
Add qui-custodit skill
Diffstat (limited to 'qui-custodit/agents')
| -rw-r--r-- | qui-custodit/agents/openai.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qui-custodit/agents/openai.yaml b/qui-custodit/agents/openai.yaml new file mode 100644 index 0000000..e357202 --- /dev/null +++ b/qui-custodit/agents/openai.yaml @@ -0,0 +1,4 @@ +interface: + display_name: "Qui Custodit" + short_description: "Cull redundant and ghost tests" + default_prompt: "Use $qui-custodit to audit and purify a test suite: delete duplicates, consolidate near-duplicates, prune ghost and barnacle tests, and preserve coverage of useful live behavior." |