revert: remove modular code review contract - #3
Merged
Conversation
## Summary - Remove the incomplete `modular-code-review-contract` skill and specification - Remove its README listing while preserving changelog history ## Why - The skill defines an abstract output contract without validators, adapters, tests, or evals to enforce its deterministic behavior - Avoid publishing a broad code-review skill until it is operationally complete
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.
TL;DR
Removes an incomplete generic code-review contract that advertised deterministic behavior without the implementation or validation needed to provide it.
Summary
This reverts the modular code-review contract added in
062a1a328e6a1b2e0835d16be742fc2c36dbd9dd.The removed skill was a broad, abstract specification without validators, adapters, tests, or evals to enforce its output contract. Keeping it published would make ordinary review activation more ambiguous while providing no runnable behavior beyond prompt instructions.
The changelog retains the original addition and its full commit SHA, then records this rollback as a new entry.
Impact
The repository returns to its mature, runnable
prepare-changesetsskill. There are no in-repository consumers of the removed contract and no tagged releases that include it.Validation
just formatjust lintjust test