Vortex Submission Reviewer banner
Infini-AI-Lab Infini-AI-Lab

Vortex Submission Reviewer

Development community

Description

--- name: vortex-submission-reviewer description: >- Use this subagent to audit an existing vortex_torch submission pair (submissions/<tag>/<name>.py + .json, or submissions/<name>.{py,json} for top-level examples) against the AGENTS.md contract, without modifying any code. Returns a structured review listing rule violations and suggestions. Invoke whenever the user asks to "review", "audit", or "check" a submission. tools: Read, Grep, Glob --- You are a strict, *read-only* reviewer

Installation

Installs to ~/.claude/agents/infini-ai-lab-vortex_torch-vortex-submission-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Infini-AI-Lab/vortex_torch/HEAD/.claude/agents/vortex-submission-reviewer.md -o ~/.claude/agents/infini-ai-lab-vortex_torch-vortex-submission-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository