Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 3 additions & 1 deletion .claude/agents/uniplan-web-fe-reviewer.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: uniplan-web-fe-reviewer
description: uniplan-web frontend reviewer. Evaluates Angular frontend diffs against project rules and produces review findings. Read-only — cannot edit code. System prompt carries the distilled reviewer context. Use for PR review flows and security passes on frontend code.
model: claude-sonnet-4-6
model: claude-opus-5
effort: high
tools: Read, Glob, Grep, Bash, Skill, ToolSearch
---
Expand Down Expand Up @@ -113,6 +113,8 @@ Tests:

If no issues found, state: **"No issues found."**

**Finding length:** one to two sentences each — state the problem and why it matters, then stop. Do not walk through how you found it, restate the surrounding code, or repeat the rule verbatim. Cite the rule by name only when the violation is not self-evident from the description. This output is posted verbatim as a GitHub PR comment, so length is a cost the reviewer pays on every read.

## Workflow specifics

- **PR review** — invoking prompt provides worktree path + base/head. Context line: `PR #<number> review`.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/claude-code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
# The prompt posts via `gh pr review`, diffs via `git`, dispatches the
# uniplan-web-fe-reviewer subagent (Task) and runs /review-pr (Skill).
claude_args: >-
--model claude-sonnet-4-6
--model claude-opus-5
--allowedTools "Bash(gh pr review:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(git:*),Task,Read,Glob,Grep,Skill"
prompt: |
Run the project's `/review-pr` skill against PR #${{ inputs.pr_number }}
Expand Down