docs(code-review): document change-risk evidence model - #2807
Open
nightcityblade wants to merge 3 commits into
Open
docs(code-review): document change-risk evidence model#2807nightcityblade wants to merge 3 commits into
nightcityblade wants to merge 3 commits into
Conversation
📝 - Generated by Copilot
Jamie Kim (jkim323)
requested changes
Sep 3, 2026
Jamie Kim (jkim323)
left a comment
Collaborator
There was a problem hiding this comment.
Hey nightcityblade, thanks for the contribution! Please review and accept the CELA by following the instructions provided by the CELA bot/check. Once completed, happy to review back. Thanks!
|
nightcityblade please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
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.
Pull Request
Description
Bring the Code Review usage guide in sync with the current change-risk evidence model. The guide now explains the six evidence categories, the
observed/unavailable/qualitativestates, the advisory recommendation flow, and the human-confirmed final depth choice. It also links the depth-tier and change-risk references and updates the Step 3 workflow description.Related Issue(s)
Fixes #2803
Type of Change
Select all that apply:
Code & Documentation:
Infrastructure & Configuration:
N/A — no infrastructure or configuration changes.
AI Artifacts:
hve-builderand addressed all actionable findings.github/instructions/*.instructions.md).github/prompts/*.prompt.md).github/agents/*.agent.md).github/skills/*/SKILL.md).github/hooks/*/*.json)evals/)N/A — this updates narrative documentation only; no AI artifact changed.
Other:
.ps1,.sh,.py)N/A.
Sample Prompts (for AI Artifact Contributions)
N/A — no AI artifact changed.
User Request:
N/A.
Execution Flow:
N/A.
Output Artifacts:
N/A.
Success Indicators:
N/A.
For detailed contribution requirements, see:
Testing
npm run validate:docs— passed (10 Jest suites / 78 tests, plus 11 Mermaid accessibility tests)npm run docs:build— passed; it reports one existing broken-anchor warning ondocs/getting-started/methods/comparison.mdnpm run spell-check— passed (795 files)npx markdownlint-cli2 docs/agents/code-review/README.md— passednpm run lint:tables— passednpm run lint:frontmatter— passed (1,150 files)pwsh -NoProfile -File scripts/linting/Markdown-Link-Check.ps1 -Path docs/agents/code-review/README.md -Quiet— passedChecklist
Required Checks
AI Artifact Contributions
N/A — no agent, prompt, instruction, or skill changed.
hve-builderreview mode to review contributionhve-builderreviewRequired Local Checks
The following local-safe validation commands must pass before merging:
npm run validate:localnpm run validate:docsnpm run spell-checknpm run lint:md-linksThe aggregate advanced through Markdown lint and the repository PowerShell analyzer but was stopped after the analyzer stalled on an unchanged security script. The link wrapper passes for the changed file; the repository-wide link run reports pre-existing failures in five unrelated reference files.
Security Considerations
No dependencies or security-related scripts changed.
Additional Notes
The Docusaurus production build's existing broken-anchor warning is unrelated to this PR.