rigor
v2.17.2Verification-first workflows for finding real bugs, closing inconsistencies, and making measured improvements. Prove-it-or-don't-report-it: every finding carries an evidence tier and a proof artifact, fixes ship a failing-then-passing regression test fixed at root cause, and inconsistencies are closed with a mechanical enforcement. v2 adds test-suite validation (flaky + mutation testing), characterization safety nets, root-cause sibling sweeps, regression bisection, and a regression guard.
By SkylarLicense: MIT0 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 11 skill or MCP entries
- Source updated
- Sep 3, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install rigor for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install rigor-2@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/skylarsabo/code-opsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/rigor/.
Plugin files
├── .claude-plugin/plugin.json├── skills/bug-hunt/SKILL.md├── skills/consistency-closure/SKILL.md├── skills/deep-review/SKILL.md├── skills/fix-verified/SKILL.md├── skills/ground-truth/SKILL.md├── skills/improve-measured/SKILL.md├── skills/quality-scan/SKILL.md├── skills/regression-hunt/SKILL.md├── skills/rigor-sweep/SKILL.md├── skills/safety-net/SKILL.md└── skills/test-suite-audit/SKILL.md
Included Skills11
Use when you want REAL bugs found and proven, not a list of guesses — each candidate proven with a failing test. The flagship.
Use when the same concept is implemented divergently and you want it closed for good — one canonical form, mechanically enforced. For whole-repo style normalization, see code-ops-suite:normalize.
Use when you want a PR/diff reviewed at the verification bar — blocking only on CONFIRMED defects/regressions. The high-rigor counterpart to code-ops-suite:pr-review.
Use when CONFIRMED bugs exist and you want them fixed at root cause with proof. Requires CONFIRMED findings as input.
Use when you want the factual baseline before any analysis — run the real toolchain and capture ground truth + a coverage/blind-spot map. Run first.
Use when you want measured, behavior-preserving improvements, not speculative refactors. For profiling-led hot-path optimization specifically, see code-ops-suite:performance.
Use when you want high-signal, defect-causing quality issues with evidence and tiers — not cosmetic nits.
Use when something used to work and you need to pinpoint the commit that broke it and find related regressions in recent changes.
Use when you want the whole rigor suite run end-to-end as a checkpointed pipeline; start assess-only. Intra-plugin orchestrator.
Use before refactoring or fixing low-coverage code — writes characterization tests that lock current observable behavior.
Use when you need to know whether a green suite actually catches faults. Validates the tests other proofs rest on.
Plugin manifests1
{
"name": "rigor",
"description": "Verification-first workflows for finding real bugs, closing inconsistencies, and making measured improvements. Prove-it-or-don't-report-it: every finding carries an evidence tier and a proof artifact, fixes ship a failing-then-passing regression test fixed at root cause, and inconsistencies are closed with a mechanical enforcement. v2 adds test-suite validation (flaky + mutation testing), characterization safety nets, root-cause sibling sweeps, regression bisection, and a regression guard.",
"version": "2.17.2",
"license": "MIT",
"author": {
"name": "Skylar"
},
"keywords": [
"bugs",
"quality",
"verification",
"reproduction",
"mutation-testing",
"regression",
"consistency",
"refactoring",
"testing",
"code-review",
"rigor"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[rigor on Agent Plugins Marketplace](https://pluginsmp.com/plugins/rigor-2)