Add slicewise — dual-model review + reconcile feature-dev loop (Code Quality Testing)#312
Open
pjw81226 wants to merge 1 commit into
Open
Add slicewise — dual-model review + reconcile feature-dev loop (Code Quality Testing)#312pjw81226 wants to merge 1 commit into
pjw81226 wants to merge 1 commit into
Conversation
A disciplined, self-verifying feature-dev loop for Claude Code: every commit unit gets dual-model review + a reconcile pass, tests are the ground truth, and the human decides what lands (no auto-commit). Stack-agnostic via config plus auto-detect. - Vendored plugin source under plugins/slicewise/ - Registered in .claude-plugin/marketplace.json (Code Quality Testing) - Listed in README.md under Code Quality Testing
d09883e to
d3a400d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds slicewise to the Code Quality Testing category.
slicewiseis a disciplined, self-verifying feature-development loop delivered as a Claude Code plugin. For every commit unit it runs a build/test gate, then dispatches two independent reviewers in parallel and reconciles their findings before handing the commit off to the human to land — no auto-commit. It's stack-agnostic (auto-detects npm / cargo / go / gradle / pytest / make) and needs zero config to start.Original repo: https://github.com/pjw81226/slicewise
Changes
plugins/slicewise/(slash command + skill + reviewer agent +plugin.json).claude-plugin/marketplace.jsonunderCode Quality TestingREADME.mdunder Code Quality Testing (alphabetical)Integrity checks
marketplace.jsonparses cleanly; entry count 118 → 119, no duplicatenamesourcepath./plugins/slicewiseexists on disk with a valid.claude-plugin/plugin.jsoncategorymatches an existing marketplace category and README section