Agent Skills by Matt Now
Showing 22 vetted skills indexed across 1 GitHub repositories.
super-review:audit-self
Audit super-review findings against PR merge outcomes and propose configuration edits.
super-review:terraform
Detect dangerous Terraform and OpenTofu IaC anti-patterns in pull requests.
crypto
Detect cryptography anti-patterns in application security code during pull request reviews.
skills/go
Review Go code diffs for concurrency, context, and error-handling anti-patterns.
super-review:llm-prompts
Review LLM prompt artifacts in PR diffs for injection risks and eval gaps.
LLM application security anti-patterns reference loaded by super-review:run
Identify LLM and RAG security anti-patterns in pull requests.
Python 3.12 / 3.13 anti-patterns reference loaded by super-review:run when the diff touches `*.py` files or dependency manifests. Covers mutable defaults, exception hygiene, asyncio pitfalls, dataclass traps, type-hint drift, `pickle`/`eval`/`requests` security, free-threaded build implications, exception groups, PEP 695 type aliases, `@override`, and async generator cancellation in 3.13. Patterns ruff/mypy miss. Load when reviewing `**/*.py` or detecting `pyproject.toml`, `requirements.txt`, or `Pipfile` in the diff.
Identify Python 3.12/3.13 anti-patterns in pull request diffs.
super-review:dockerfile
Identify insecure and non-reproducible Dockerfile patterns in pull request diffs.
TypeScript review reference
Detect TypeScript type-safety anti-patterns in PRs and tsconfig changes.
rust
Review Rust code diffs for correctness, safety, and performance anti-patterns.
super-review:testing
Identify testing anti-patterns in changed test and production files.
postgres
Detect Postgres 16/17/18 anti-patterns in PR diffs for concurrency and indexing.
code-smells
Identify refactoring-relevant code smells in pull request diffs.
super-review:graphql
Detect GraphQL schema and resolver risks including authorization gaps, N+1 patterns, pagination issues, and unsafe error formatting in PR diffs.
nextjs
Detect Next.js App Router anti-patterns in PRs involving Server Actions and caching.
ORM review reference
Detect ORM-layer correctness and performance anti-patterns in PR diffs.
super-review:web-headers
Detect insecure or missing HTTP response headers in PR diffs.
super-review:run
Orchestrate multi-agent GitHub PR reviews with evidence-quoted, diff-scoped findings.
super-review:kubernetes
Detect Kubernetes manifest anti-patterns in PR diffs.
i18n
Detect i18n anti-patterns in frontend PRs modifying translated UI strings.
Accessibility (WCAG 2.2) review reference
Identify WCAG 2.2 accessibility anti-patterns in React, Vue, Svelte, and HTML template diffs.
super-review:react
Detect React 18.3+ anti-patterns in component diffs during PR review.