git pr auditor
by Timoranjes
Professional-grade git diff auditor that identifies security vulnerabilities and code smells before you merge.
New: Skill bounties are live. Post a request, fund the bounty, and creators compete for 7 days to build it -> See open bounties
THE AGENSI STORE
115 skills found
by Timoranjes
Professional-grade git diff auditor that identifies security vulnerabilities and code smells before you merge.
Research comparable real projects before choosing, fixing, or shipping your project architecture.
Lint an exported n8n workflow before it ships: catches broken or duplicated nodes, missing error handlers, credential stubs, unhandled retries, unsafe webhooks, brittle expressions, and missing idempotency. A read-only pass over your workflow JSON that ranks production-readiness gaps with evidence and concrete fixes.
An adversarial senior engineer review gate that audits AI-written code for security gaps and logic errors before shipping.
by LB Creations
Review Jamf and Kandji scripts for safer user context, prompts, logging, and rollout readiness.
Professional Zig 0.16.0 development specialist focusing on memory safety, 0.16.0 API compliance, and systems performance.
Catch typos, homophones, and near-miss misspellings across code, docs, and markdown, in a commit, your staged changes, a file, or a whole directory. Layers dictionary, phonetic (Soundex), and edit-distance checks with context-aware homonym rules to flag the their/there and its/it's a basic spellcheck sails right past.
by Timoranjes
Professional audit tool to detect and fix React hooks anti-patterns, stale closures, and performance bottlenecks.
Deep audit toolkit for Next.js App Router to fix performance waterfalls, SEO errors, and client boundary leaks.
by Timoranjes
Audit SQL and ORM queries for security vulnerabilities, N+1 performance issues, and indexing anti-patterns.
by Timoranjes
Scan multi-language codebases for unused variables, orphaned functions, and unreachable code with severity ranking.
A senior-level code reviewer that uses Socratic questioning to identify architectural flaws and teach better patterns.
PR open but not merging? Find the #1 reason reviewers are stalling and get one ready-to-paste fix to unblock it.
Apply Clean Code and Clean Architecture standards to automate refactoring, reviews, and dependency management.
Systematically refactor large codebases, eliminate circular dependencies, and define clean module boundaries.
Audit a JavaScript or TypeScript frontend for missing translations and hardcoded UI strings before you ship a new locale. Flags hardcoded JSX text and UI props (title, placeholder, aria-label, label, alt) not wrapped in t(), i18n.t(), or <Trans>; keys present in the default locale but missing from other locale files; keys referenced in code but absent from the locales (the raw dotted keys that leak to users); unused locale keys; and unparseable locale JSON.
Find the LLM integration code that breaks when a model blocks a response or falls back to a different model. Flags calls with no try/except or refusal branch, responses used or parsed with no guard for a blocked or empty answer, and hardcoded model ids with no fallback handling. Built for the Fable 5 era, where a high-risk call is blocked and silently falls back to Opus 4.8.
Catch the Open Graph and Twitter Card problems that make a shared link preview blank or broken. Flags missing og:title, og:image, og:description, og:url, or twitter:card, a relative og:image URL (crawlers need an absolute one), an SVG og:image (no platform renders it), and image dimensions that miss the 1200x630 standard. Reads your HTML or pasted head markup; it does not fetch the page or refresh a platform's cache.
Stuck with a “wip” or “fix stuff” commit? Get one clean, ready-to-paste rewrite. Bad commit message you already wrote — “wip”, “fix stuff”, a vague subject a reviewer flagged? Find the #1 reason it fails and get a finished rewrite: clean subject, a why-body only when it’s needed.
Audit your frontend for accessibility violations before release — flags WCAG failures, gives prioritized fixes, and blocks the broken patterns that get sites sued.
by Roy Yuen
Structured, severity-aware code reviews focusing on security, bugs, and performance across all major languages.
An adversarial reviewer for AI-written code changes. It pressure-tests a pull request or diff for untested branches, silent behavior changes, missing edge cases, over-confident code that only looks right, and weak tests, then returns a PASS / REVISE / BLOCK verdict before the change merges.
Catch the dangerous migration before it locks or wrecks your production database. Scans SQL migration files for destructive and risky operations: DROP and TRUNCATE, drops without IF EXISTS, lossy column-type changes, NOT NULL added without a default, DELETE or UPDATE with no WHERE, non-concurrent index builds, dropped constraints, renames, and data backfills mixed into schema changes. Each finding is ranked by severity with a safer rewrite. Postgres, MySQL, and SQLite.
A 1,400-line PR with the description 'fixes stuff' doesn't get reviewed — it gets skimmed, approved, and becomes next quarter's bug