Repository inventory

ichendev/aimine

Skills indexed from this repository, with install-style signals scoped to the repo.
1 skills0 GitHub stars0 weekly installsTypeScriptGitHubOwner profile

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.

1 skills

More from this maintainer
Other repositories and skills published under the same GitHub owner.
Skills library
Jump back to the full directory or explore grouped topics.
Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational