Code Reviewer
v1.0.0Reviews code for bugs, security issues, and style — outputs inline comments
freeskill install code-reviewerRegistry
Every package here is free to use and needs no account. Install one with the CLI, or fetch it straight over HTTP.
73 public skills
Reviews code for bugs, security issues, and style — outputs inline comments
freeskill install code-reviewerUltra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy.
freeskill install cavemanReviews code for OWASP Top 10 vulnerabilities and common security mistakes
freeskill install security-reviewerReviews changed code for reuse, quality, and efficiency — then fixes issues found
freeskill install simplifyGenerates Keep a Changelog-format CHANGELOG entries from git history or PR list
freeskill install changelog-writerGenerates comprehensive unit and integration tests for any function or module
freeskill install test-generatorGuides you through git bisect to find which commit introduced a bug
freeskill install git-bisectConducts thorough multi-step research on any topic — searches, synthesises, and cites sources
freeskill install deep-researchGuides safe refactors: identifies what to change, in what order, with what tests
freeskill install refactorProcesses lists of items efficiently — applies the same operation to each with consistent output
freeskill install batchWrites pull request descriptions with summary, motivation, and test plan
freeskill install pr-descriptionDesigns RESTful APIs: routes, request/response shapes, error codes, versioning
freeskill install api-designerConverts your notes or git log into a crisp daily standup update
freeskill install standupGenerates clear, conventional commit messages from staged diffs
freeskill install commit-writerExplains any code clearly — what it does, how, and why it was written that way
freeskill install explain-codeWrites clear technical documentation: READMEs, API docs, guides
freeskill install docs-writerEnforces TypeScript strict mode patterns — no any, proper generics, exhaustive checks
freeskill install typescript-strictDesigns system architecture: components, data flow, trade-offs, decision records
freeskill install architectWrites optimised SQL: complex queries, indexes, explain plan analysis
freeskill install sql-expertSystematic root-cause analysis for bugs — hypothesis-driven, not trial-and-error
freeskill install debuggerUse when adding particles, impact effects, trails, or other visual feedback to a browser game.
freeskill install bg-vfx-particlesBuild NPC behaviour, navigation, perception, and crowd simulation in Unreal Engine using StateTree, Behavior Trees, NavMesh, and Mass Entity. Use when adding NPCs, wildlife, schedules, factions, or crowds, or when AI costs too much CPU at distance.
freeskill install unreal-npc-aiFollow Unreal Engine project structure, C++ and Blueprint boundaries, and module conventions when generating code. Use as supporting guidance whenever writing Unreal C++ or Blueprints, deciding where a new file belongs, or choosing between C++ and Blueprint for a system.
freeskill install unreal-cpp-conventionsImplement combat, damage, stats, and player abilities in Unreal Engine with the Gameplay Ability System. Use when adding attacks, health, stamina, buffs, cooldowns, status effects, or damage types, or when combat logic is scattered across actor Blueprints.
freeskill install unreal-gas-combat