mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-21 04:10:47 +02:00
review: check loosened inputs and stale user strings
Reconstructs the useful review-method additions from PR #2141 and keeps generated output in sync.
This commit is contained in:
@@ -125,7 +125,7 @@ available (e.g., slop-scan not installed), skip this step silently.
|
||||
Apply the CRITICAL categories from the checklist against the diff:
|
||||
SQL & Data Safety, Race Conditions & Concurrency, LLM Output Trust Boundary, Shell Injection, Enum & Value Completeness.
|
||||
|
||||
Also apply the remaining INFORMATIONAL categories that are still in the checklist (Async/Sync Mixing, Column/Field Name Safety, LLM Prompt Issues, Type Coercion, View/Frontend, Time Window Safety, Completeness Gaps, Distribution & CI/CD).
|
||||
Also apply the remaining INFORMATIONAL categories that are still in the checklist (Async/Sync Mixing, Column/Field Name Safety, LLM Prompt Issues, Type Coercion, View/Frontend, Time Window Safety, Completeness Gaps, Stale User-Facing Strings, Distribution & CI/CD).
|
||||
|
||||
**Enum & Value Completeness requires reading code OUTSIDE the diff.** When the diff introduces a new enum value, status, tier, or type constant, use Grep to find all files that reference sibling values, then Read those files to check if the new value is handled. This is the one category where within-diff review is insufficient.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user