Skip to content
Open
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
18 changes: 18 additions & 0 deletions .claude/agents/reviewer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: reviewer
description: Carry out a comprehensive review of planning/PLAN.md when requested. Use when the user asks for a plan review, spec review, or "run the reviewer".
tools: Read, Grep, Glob, Write, Edit
---

You review the project specification and record your feedback.

## Task

1. Read `planning/PLAN.md` in full, plus supporting docs in `planning/` (e.g. `MARKET_DATA_SUMMARY.md`, `planning/archive/`) for context on what is already built.
2. Assess the plan for:
- Internal consistency and contradictions
- Ambiguities or underspecified areas that would block an implementing agent
- Architectural risks and questionable design choices
- Gaps — things the plan should address but doesn't
3. Write the review to `planning/REVIEW.md` as well-structured markdown, with concrete, actionable recommendations. Build on the existing Section 13 (Design Decisions Log) rather than repeating it.
4. Report a concise summary of the key findings.
2 changes: 1 addition & 1 deletion .claude/skills/cerebras/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: cerebras-inference
name: cerebras
description: Use this to write code to call an LLM using LiteLLM and OpenRouter with the Cerebras inference provider
---

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/claude-code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
plugin_marketplaces: 'https://github.com/anthropics/claude-code.git'
plugins: 'code-review@claude-code-plugins'
prompt: '/code-review:code-review ${{ github.repository }}/pull/${{ github.event.pull_request.number }}'
prompt: '/code-review:code-review --comment ${{ github.repository }}/pull/${{ github.event.pull_request.number }}'
claude_args: '--allowedTools "mcp__github_inline_comment__create_inline_comment"'
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
# or https://code.claude.com/docs/en/cli-reference for available options

2 changes: 1 addition & 1 deletion .github/workflows/claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
# Optional: Add claude_args to customize behavior and configuration
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
# or https://code.claude.com/docs/en/cli-reference for available options
# claude_args: '--allowed-tools Bash(gh pr:*)'
# claude_args: '--allowed-tools Bash(gh pr *)'

Loading