🎯

gemini-review

🎯Skill

from trancong12102/agentskills

VibeIndex|
What it does
|

Reviews code changes, provides detailed feedback, suggests improvements, and checks for potential bugs or performance issues using Gemini AI analysis.

πŸ“¦

Same repository

trancong12102/agentskills(32 items)

gemini-review

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add trancong12102/agentskills --skill gemini-review
skills.sh Install⚠ Installs to .agents/skills/
npx skills add trancong12102/agentskills --skill gemini-review
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/gemini-review/SKILL.md
5Installs
-
AddedFeb 26, 2026

More from this repository10

🎯
deps-dev🎯Skill

Deps.dev dependency analysis skill. Note: this repository has been moved to github.com/trancong12102/ccc.

🎯
council-review🎯Skill

A multi-model AI code review skill that runs Codex (OpenAI) and Gemini (Google) reviews in parallel, then synthesizes findings into a single unified report for thorough review coverage.

🎯
oracle🎯Skill

An oracle skill from an agent skills repository that has been moved to a new location (trancong12102/ccc).

🎯
context7🎯Skill

Context7 skill from a collection of reusable Amp agent skills for common developer workflows.

🎯
conventional-commit🎯Skill

Generates and validates commit messages following the Conventional Commits specification for consistent project history

🎯
godgrep🎯Skill

A skill that routes codebase search tasks to the right tool based on intent, supporting keyword/symbol search, multi-pattern matching, file discovery, structural code analysis, and semantic search. Designed for local codebase exploration, not external library docs.

🎯
react-advanced🎯Skill

An opinionated skill defining advanced React patterns and conventions for data fetching with TanStack Query, form handling, state machines with XState, and table management. Enforces a useEffect ban for common misuses and works across web and React Native.

🎯
godfetch🎯Skill

A unified external research skill that looks up library documentation, searches source code across git repositories, and checks package versions. Routes requests to tools like llms.txt, Sourcegraph, and npm registries based on intent.

🎯
react-native-advanced🎯Skill

A skill providing React Native and Expo development patterns for navigation, data fetching lifecycle, infinite scroll lists, form handling, state persistence, authentication routing, gesture-driven animations, push notifications, and OTA updates using TanStack, XState, and Zustand.

🎯
react-web-advanced🎯Skill

A skill for advanced web-specific React patterns including type-safe file-based routing, route-level data loading, server-side rendering, search parameter validation, code splitting, and list virtualization using TanStack Router, Start, and Virtual.