Skip to content
Open
Changes from 4 commits
Commits
Show all changes
101 commits
Select commit Hold shift + click to select a range
d75d176
feat(review): enhance /review with deterministic analysis, build/test…
wenshao Apr 6, 2026
1cbffa4
fix(review): address review feedback on /review skill
wenshao Apr 6, 2026
9a583c9
fix(review): address Copilot review comments
wenshao Apr 6, 2026
54f80a4
fix(review): address second round of Copilot review comments
wenshao Apr 6, 2026
7dd3466
fix(review): add edit tool to allowedTools for autofix
wenshao Apr 6, 2026
034557a
fix(review): address third round of Copilot review comments
wenshao Apr 6, 2026
2525791
fix(review): address fourth round of Copilot review comments
wenshao Apr 6, 2026
cb8062f
feat(review): add --comment tip after PR review verdict
wenshao Apr 6, 2026
710d512
fix(review): address fifth round of Copilot review comments
wenshao Apr 6, 2026
ab0259c
fix(review): restore environment on early exit paths
wenshao Apr 6, 2026
48340c3
fix(review): preserve highest severity during dedup merge
wenshao Apr 6, 2026
fe3d596
fix(review): include both staged and unstaged files in local review
wenshao Apr 6, 2026
fab4dc5
feat(review): add model attribution to PR review summary
wenshao Apr 6, 2026
3ac5458
fix(review): address Copilot comments and fix CI build failure
wenshao Apr 6, 2026
71733b5
fix(review): fix misleading test name and comment
wenshao Apr 6, 2026
a3b3cbe
fix(review): exclude deleted files from linter target list
wenshao Apr 6, 2026
687d035
fix(review): restrict low-confidence findings to terminal only
wenshao Apr 6, 2026
d03a7aa
fix(review): clarify PR comment prefix template format
wenshao Apr 6, 2026
e4b8d19
fix(review): use actual PR number in --comment tip
wenshao Apr 6, 2026
1d185a1
fix(review): avoid re-running review when posting PR comments
wenshao Apr 6, 2026
0b290e7
fix(review): fix comment template, build precedence, and timeout unit
wenshao Apr 6, 2026
5ff22dc
feat(review): add commit tip for local reviews with Approve verdict
wenshao Apr 6, 2026
fe83b82
feat(review): add "fix these issues" follow-up tip
wenshao Apr 6, 2026
ac179b0
docs: add /review user documentation
wenshao Apr 6, 2026
95a62da
docs: fix review doc accuracy and remove non-existent /simplify
wenshao Apr 6, 2026
50d2573
feat(review): add reverse audit step to find coverage gaps
wenshao Apr 6, 2026
757bd98
feat(review): model-aware incremental cache for cross-model review
wenshao Apr 6, 2026
ba8a3a7
fix(review): fix section numbering, nav entry, and step hierarchy
wenshao Apr 6, 2026
5effbb6
feat(review): read existing PR comments to avoid duplicate feedback
wenshao Apr 6, 2026
e502dee
fix(review): add ms values to Step 1.5 timeout specification
wenshao Apr 6, 2026
dd2de17
feat(review): use ephemeral worktree for PR reviews
wenshao Apr 6, 2026
a5cc2c3
fix(review): fix 5 worktree issues found in audit
wenshao Apr 6, 2026
08a797c
fix(review): address 4 Copilot comments
wenshao Apr 6, 2026
e65e5bd
perf(review): replace N verification agents with single batch verific…
wenshao Apr 6, 2026
9b9bccd
docs: update user doc with token efficiency, fix follow-up table
wenshao Apr 6, 2026
295e907
fix(review): address 4 Copilot comments on worktree and verification
wenshao Apr 6, 2026
1db1dec
docs: replace step list with Mermaid flowchart in How It Works
wenshao Apr 6, 2026
ce47f64
docs: replace Mermaid with plain-text pipeline diagram
wenshao Apr 6, 2026
6b28920
docs: fix autofix section redundancy and add pre-fix verdict note
wenshao Apr 6, 2026
d6b9b35
fix(review): handle interrupted review cleanup
wenshao Apr 6, 2026
6d7afaf
perf(review): skip verification for reverse audit findings
wenshao Apr 6, 2026
ccaab17
docs: add /review design document with architecture rationale
wenshao Apr 6, 2026
09c95c4
fix(review): address 5 Copilot comments
wenshao Apr 6, 2026
fd3d2a8
docs: add Fork Subagent as future optimization in DESIGN.md
wenshao Apr 6, 2026
e5127e6
fix(review): shell safety for no-findings path, fix DESIGN.md table
wenshao Apr 6, 2026
b4ae04e
fix(review): capture headRefOid before autofix to prevent line drift
wenshao Apr 6, 2026
01c105b
refactor(review): renumber steps from sub-steps to sequential 1-11
wenshao Apr 6, 2026
af4ae2c
fix: update stale Step 1.5 reference to Step 3 in DESIGN.md
wenshao Apr 6, 2026
afbede1
fix(review): detect and reject cross-repo PR URLs
wenshao Apr 6, 2026
0e78ced
fix(review): support cross-repo PR URLs in lightweight mode
wenshao Apr 6, 2026
559f2ef
fix(review): fix cross-repo mode and add documentation
wenshao Apr 6, 2026
8759445
fix(review): explicitly require parallel agent launch in single batch
wenshao Apr 6, 2026
6596362
fix(review): 4 issues found in self-audit
wenshao Apr 6, 2026
720796e
fix(review): safe branch cleanup + cross-repo agent count
wenshao Apr 6, 2026
3825962
fix(review): Step 9 owner/repo must respect cross-repo mode
wenshao Apr 6, 2026
b2ec7b0
fix(review): check all git remotes for cross-repo detection
wenshao Apr 6, 2026
cbf2aa0
feat(review): add Java and C/C++ support for deterministic analysis
wenshao Apr 6, 2026
f357517
fix(review): temp file cleanup in cross-repo + base-branch remote
wenshao Apr 6, 2026
cb359dc
fix(review): default remote for PR numbers + fork-aware autofix push
wenshao Apr 6, 2026
2595567
feat(review): auto-discover lint/build/test from CI config
wenshao Apr 6, 2026
8f72357
docs: add CI config auto-discovery to user doc and design doc
wenshao Apr 6, 2026
dcb5854
feat(review): model attribution on inline comments + minimal summary
wenshao Apr 6, 2026
57b7353
fix(review): skip redundant review summary when inline comments suffice
wenshao Apr 6, 2026
44241bc
fix(review): 3 issues from self-audit
wenshao Apr 6, 2026
226c9e2
fix(review): CI config discovery runs for ALL projects, not just unma…
wenshao Apr 7, 2026
b9d3602
fix(review): 3 Copilot comments — conditional cleanup, italic format,…
wenshao Apr 7, 2026
88ff2ac
fix(review): prefer Maven/Gradle wrappers (./mvnw, ./gradlew)
wenshao Apr 7, 2026
e96de40
fix(review): handle partial inline comment failures + accept *italic*
wenshao Apr 7, 2026
446d309
fix(review): pragmatic parallel agent launch instruction
wenshao Apr 7, 2026
205eefe
Merge remote-tracking branch 'origin/main' into feat/review-skill-imp…
wenshao Apr 7, 2026
608550f
fix(review): restore strict parallel agent launch instruction
wenshao Apr 7, 2026
c826c24
fix(review): skip Agent 5 in cross-repo mode, update token counts
wenshao Apr 7, 2026
776c9fa
fix(review): enforce short agent prompts to enable parallel launch
wenshao Apr 7, 2026
0c5aeb9
docs: record parallel execution lessons in DESIGN.md
wenshao Apr 7, 2026
e671cd3
fix(review): make Maven/Gradle wrapper selection explicit
wenshao Apr 7, 2026
62ca195
fix(review): inline comment footer should include full attribution
wenshao Apr 7, 2026
96fa7ac
fix(review): enforce two-phase posting to prevent duplicate reviews
wenshao Apr 7, 2026
13bac8b
fix(review): make skip-summary rule more prominent with warning emoji
wenshao Apr 7, 2026
60eba65
fix(review): 3 logic holes in Step 9 comment posting flow
wenshao Apr 7, 2026
4091210
fix(review): move incremental check before worktree creation
wenshao Apr 7, 2026
a9038a1
fix(review): 5 issues — CI security, incremental+comment, doc accuracy
wenshao Apr 7, 2026
009ac9a
fix(review): enforce exact footer template to prevent LLM rewriting
wenshao Apr 7, 2026
6b54aff
fix(review): add reportPath to cache for --comment on unchanged PR
wenshao Apr 7, 2026
3e5582a
fix(review): simplify --comment on unchanged PR — just re-run review
wenshao Apr 7, 2026
2717aa1
feat(review): add "post comments" tip for zero-findings PR review
wenshao Apr 7, 2026
820191d
docs: add zero-findings PR tip to follow-up table
wenshao Apr 7, 2026
297d81e
fix(review): enforce one-line summary body for Approve/Request changes
wenshao Apr 7, 2026
16640e9
Merge remote-tracking branch 'origin/main' into feat/review-skill-imp…
wenshao Apr 7, 2026
ea2f8e1
feat(review): match review language to PR language
wenshao Apr 7, 2026
2824bf6
fix(review): avoid #N notation in PR comments (GitHub auto-links)
wenshao Apr 7, 2026
3982df5
fix(review): PR summary should not repeat inline comments or show stats
wenshao Apr 7, 2026
5a41e17
fix(review): clarify Critical vs Suggestion severity boundary
wenshao Apr 7, 2026
3f91c1d
feat(review): use GitHub suggestion blocks for one-click fixes
wenshao Apr 7, 2026
1a93078
fix(review): suggestion blocks supported by GitLab/Gitea too, not jus…
wenshao Apr 7, 2026
664bc34
fix(review): fix broken nested code fence in comment template
wenshao Apr 7, 2026
ab72b5e
fix(review): simplify comment template — example-first, rules after
wenshao Apr 7, 2026
bb85768
fix(review): detect old review comments + require line numbers
wenshao Apr 7, 2026
97aacfa
fix(review): enforce correct verdict flag + exclude Nice to have from PR
wenshao Apr 7, 2026
d4b96c8
feat(review): use Create Review API for single-call review submission
wenshao Apr 7, 2026
a83877e
fix(review): findings MUST go in comments array, NOT in body
wenshao Apr 8, 2026
3364cf8
Merge remote-tracking branch 'origin/main' into feat/review-skill-imp…
wenshao Apr 8, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading