Skills
MCP
Plugins
Subagents
.fyi
.fyi
Search…
⌘K
…
/
alexander-tyagunov
/
magician
home
/
subagents
/
alexander-tyagunov
/
magician
alexander-tyagunov/magician
4 subagents
View on GitHub
Subagent
reviewer
Correctness reviewer for a code change — finds bugs, logic errors, and edge cases. Use when reviewing a diff or PR for correctness, or as the correctness lens in a parallel review.
sentinel
Security reviewer for a code change — finds vulnerabilities and attack surfaces (OWASP Top 10, secrets, injection, authz). Use when reviewing a diff/PR for security, or as the security lens in a paral
simplifier
Simplification reviewer for a code change — finds over-engineering, premature abstraction, and unnecessary complexity. Use when reviewing a diff/PR for simplification, or as the simplification lens in
verifier
Test/verification reviewer for a code change — ensures correctness is proven, not assumed (coverage, edge cases, meaningful assertions). Use when reviewing test quality for a diff/PR.