General
PromptBeginner5 minmarkdown
Untitled Skill
193
Review a pull request against project standards
Loading actions...
Main instructions and any bundled files for this skill.
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks
Review PR: $ARGUMENTS
gh pr view $ARGUMENTS
gh pr diff $ARGUMENTS
Read .claude/agents/code-reviewer.md for the full checklist.
For each modified file, check against:
React/JSX (src/):
EventSource closed on unmountconsole.log in production pathsC# (api/):
.Result / .Wait() — all async awaitedCancellationToken propagatedIMemoryCache entries have expiryArchitecture (architecture/):
workspace.dsl changed, architecture.json was regenerated## Status section formatCI (\.github/workflows/):
azure-static-web-apps.ymlgh pr comment $ARGUMENTS --body "$(cat <<'EOF'
## Code Review
### Critical
[Issues that must be fixed before merge]
### Warnings
[Issues that should be fixed]
### Suggestions
[Optional improvements]
### Approved
[What looks good]
EOF
)"
Post inline comments for specific line issues:
gh api repos/:owner/:repo/pulls/$ARGUMENTS/comments \
--method POST \
-f body="..." \
-f commit_id="..." \
-f path="..." \
-F line=...