Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -2316,6 +2316,38 @@
"tokens",
"audit"
]
},
{
"name": "verdict",
"displayName": "Verdict",
"source": {
"source": "github",
"repo": "ArtJack/verdict"
},
"description": "A skeptical QA agent with memory: baseline → delta runs (NEW/REGRESSED/RESOLVED), every red test classified, flaky tests quarantined with an expiry, and evidence-cited verdicts you can defend. Read-only on your code; ships a read-only MCP server, a CI release gate, and a scored eval suite with published misses.",
"version": "0.80.0",
"author": {
"name": "ArtJack",
"url": "https://github.com/ArtJack"
},
"category": "Code Quality Testing",
"homepage": "https://github.com/ArtJack/verdict",
"repository": "https://github.com/ArtJack/verdict",
"license": "MIT",
"keywords": [
"qa",
"testing",
"release-gate",
"regression",
"flaky-tests",
"mcp"
],
"tags": [
"qa",
"testing",
"release-gate",
"regression"
]
}
]
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you
- [test-results-analyzer](./plugins/test-results-analyzer)
- [test-writer-fixer](./plugins/test-writer-fixer)
- [unit-test-generator](./plugins/unit-test-generator)
- [verdict](https://github.com/ArtJack/verdict)
- [vibe-guard](https://github.com/ofershap/vibe-guard) - Always-on security guardrails for AI-generated code
- [think-first](https://github.com/ofershap/think-first) - Plan-before-code behavior modifier for agents
- [sonmat](https://github.com/jun0-ds/sonmat) — Verification discipline plugin with six reactive axes (guard, inspect, witness, punch, devil's advocate, scribe) for AI-human collaboration.
Expand Down