Audits a project code THROUGH its Pipeline/ doc — reads a pipeline .md and its code together, then hunts for genuine bugs (correctness, sign/normalization, convention violations) and concrete optimizations (redundant recomputation, missing memoization, complexity blow-ups).
$curl -o .claude/agents/pipeline-auditor.md https://raw.githubusercontent.com/mexregkan/claude-for-researchers/HEAD/starter/.claude/agents/pipeline-auditor.mdInstalls into the current project.
Install pipeline-auditor by running `curl -o .claude/agents/pipeline-auditor.md https://raw.githubusercontent.com/mexregkan/claude-for-researchers/HEAD/starter/.claude/agents/pipeline-auditor.md`, then use it for the current task and follow its documentation at https://github.com/mexregkan/claude-for-researchers.