Matt Now avatar

Matt Now

Community

@mattnowdev · Warsaw

7Followers
|
8Public Repos
|
22Published Skills

Agent Skills by Matt Now

Showing 22 vetted skills indexed across 1 GitHub repositories.

mattnowdevmattnowdev

super-review:audit-self

Audit super-review findings against PR merge outcomes and propose configuration edits.

Community
Advanced
mattnowdevmattnowdev

super-review:terraform

Detect dangerous Terraform and OpenTofu IaC anti-patterns in pull requests.

Community
Intermediate
mattnowdevmattnowdev

crypto

Detect cryptography anti-patterns in application security code during pull request reviews.

Community
Intermediate
mattnowdevmattnowdev

skills/go

Review Go code diffs for concurrency, context, and error-handling anti-patterns.

Community
Advanced
mattnowdevmattnowdev

super-review:llm-prompts

Review LLM prompt artifacts in PR diffs for injection risks and eval gaps.

Community
Advanced
mattnowdevmattnowdev

LLM application security anti-patterns reference loaded by super-review:run

Identify LLM and RAG security anti-patterns in pull requests.

Community
Advanced
mattnowdevmattnowdev

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.

Community
Intermediate
mattnowdevmattnowdev

super-review:dockerfile

Identify insecure and non-reproducible Dockerfile patterns in pull request diffs.

Community
Advanced
mattnowdevmattnowdev

TypeScript review reference

Detect TypeScript type-safety anti-patterns in PRs and tsconfig changes.

Community
Advanced
mattnowdevmattnowdev

rust

Review Rust code diffs for correctness, safety, and performance anti-patterns.

Community
Intermediate
mattnowdevmattnowdev

super-review:testing

Identify testing anti-patterns in changed test and production files.

Community
Advanced
mattnowdevmattnowdev

postgres

Detect Postgres 16/17/18 anti-patterns in PR diffs for concurrency and indexing.

Community
Advanced
mattnowdevmattnowdev

code-smells

Identify refactoring-relevant code smells in pull request diffs.

Community
Intermediate
mattnowdevmattnowdev

super-review:graphql

Detect GraphQL schema and resolver risks including authorization gaps, N+1 patterns, pagination issues, and unsafe error formatting in PR diffs.

Community
Advanced
mattnowdevmattnowdev

nextjs

Detect Next.js App Router anti-patterns in PRs involving Server Actions and caching.

Community
Advanced
mattnowdevmattnowdev

ORM review reference

Detect ORM-layer correctness and performance anti-patterns in PR diffs.

Community
Intermediate
mattnowdevmattnowdev

super-review:web-headers

Detect insecure or missing HTTP response headers in PR diffs.

Community
Intermediate
mattnowdevmattnowdev

super-review:run

Orchestrate multi-agent GitHub PR reviews with evidence-quoted, diff-scoped findings.

Community
Advanced
mattnowdevmattnowdev

super-review:kubernetes

Detect Kubernetes manifest anti-patterns in PR diffs.

Community
Advanced
mattnowdevmattnowdev

i18n

Detect i18n anti-patterns in frontend PRs modifying translated UI strings.

Community
Intermediate
mattnowdevmattnowdev

Accessibility (WCAG 2.2) review reference

Identify WCAG 2.2 accessibility anti-patterns in React, Vue, Svelte, and HTML template diffs.

Community
Intermediate
mattnowdevmattnowdev

super-review:react

Detect React 18.3+ anti-patterns in component diffs during PR review.

Community
Intermediate