code-review_skill

This skill helps you improve code quality, security, and performance through structured review guidance and actionable fixes.
  • TypeScript

0

GitHub Stars

1

Bundled Files

3 weeks ago

Catalog Refreshed

2 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstart where the catalogue uses aiagentskills.

npx veilstart add skill ichendev/aimine --skill code-review

  • SKILL.md2.1 KB

Overview

This skill provides a structured code-review workflow that systematically analyzes code quality, security, and best practices. It produces actionable findings, severity-ranked issues, and concrete remediation suggestions including code fixes. The goal is to accelerate pull request reviews, detect vulnerabilities early, and improve maintainability.

How this skill works

The skill reads project files, detects language and framework (TypeScript focus), and maps control and data flow to understand business logic. It runs a staged analysis: static style and complexity checks, security scans for input validation and injection vectors, and performance spot checks for algorithm and resource risks. Results are assembled into a concise report with scores, prioritized issues, and suggested code changes.

When to use it

  • During pull request reviews to provide an independent checklist-driven audit
  • Before merging critical features or refactors to catch regressions and vulnerabilities
  • As part of release quality gating to verify maintainability and performance targets
  • When onboarding new contributors to assess code consistency and training needs

Best practices

  • Run the review early in the merge process to reduce rework
  • Provide minimal reproductions or unit tests when reporting bugs to speed fixes
  • Prioritize security findings as blockers and supply concrete patch suggestions
  • Include contextual code snippets and line references for every issue
  • Balance critique with highlighted strengths to encourage maintainable contributions

Example use cases

  • Automated review of a TypeScript pull request to flag unsafe any usage and missing input sanitization
  • Security audit for endpoints to detect SQL/XSS injection patterns and auth bypass risks
  • Pre-refactor analysis that maps hotspots of high cyclomatic complexity and duplicated logic
  • Performance check identifying N+1 database queries and recommending query optimizations

FAQ

It generates a concise review report with overall and per-dimension scores, lists of critical and recommended issues, suggested fixes with code snippets, and a short summary.

How are issues prioritized?

Issues are ranked by severity: security-critical items are blockers, then correctness and stability issues, followed by performance and style suggestions.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
code-review skill by ichendev/aimine | VeilStrat