Add PR Review Guide for systematic code reviews #104
Merged
+219
−0
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.
Code reviews lacked systematic guidance, allowing architectural violations like #75 (config module in wrong DDD layer) to merge undetected. Reviewers needed a consolidated checklist of quality standards and common red flags.
Changes
New PR Review Guide (
docs/contributing/pr-review-guide.md)Quality Standards Checklist - Systematic verification of:
Quick Red Flags - Fast-scanning checklist for common violations:
Feedback Guidance - When to request changes vs. comment vs. approve, with examples showing how to reference documentation:
Living Document - Framework for continuous improvement as patterns emerge
Issue Template Updates
Added contributor note to
SPECIFICATION-TEMPLATE.mdandGITHUB-ISSUE-TEMPLATE.md:Documentation Integration
roadmap-issues.mdexplaining dual purpose (for authors and contributors)docs/contributing/README.mdfor discoverabilityCross-References
Guide links to: DDD layer placement, error handling, module organization, branching, commit process, testing conventions, templates, known issues, and development principles.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.