一键导入
dual-code-review
Orchestrate a comprehensive code review process involving both Gemini (Antigravity) and Claude CLI, synthesizing a consensus report.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Orchestrate a comprehensive code review process involving both Gemini (Antigravity) and Claude CLI, synthesizing a consensus report.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Apple Search Ads (ASA) deep analysis for mobile app advertisers. Evaluates campaign structure, bid health, Creative Sets, MMP attribution, budget pacing, TAP coverage (Today/Search/Product Pages), and goal CPA benchmarks by country. Use when user says Apple Search Ads, ASA, App Store ads, Apple ads, Search Ads, or is advertising a mobile app on iOS.
Competitor ad intelligence analysis across Google, Meta, LinkedIn, TikTok, and Microsoft. Analyzes competitor ad copy, creative strategy, keyword targeting, estimated spend, and identifies competitive gaps and opportunities. Use when user says competitor ads, ad spy, competitive analysis, competitor PPC, or ad intelligence.
Campaign concept and copy brief generator for paid advertising. Reads brand-profile.json and optional audit results to produce structured campaign concepts, messaging pillars, and copy briefs. Outputs campaign-brief.md to the current directory. Run after /ads dna and before /ads generate. Triggers on: create campaign, campaign brief, ad concepts, write ad copy, campaign strategy, ad messaging, creative brief, generate concepts.
Brand DNA extractor for paid advertising. Scans a website URL to extract visual identity, tone of voice, color palette, typography, and imagery style. Outputs brand-profile.json to the current directory. Run before /ads create or /ads generate for brand-consistent creative. Triggers on: brand DNA, brand profile, extract brand, brand identity, brand colors, what is the brand voice, analyze brand, brand style guide.
AI image generation for paid ad creatives. Reads campaign-brief.md and brand-profile.json to produce platform-sized ad images using banana-claude. Requires banana-claude (v1.4.1+) with nanobanana-mcp configured. Triggers on: generate ads, create images, make ad creatives, generate visuals, create ad images, generate campaign images, make the images, generate from brief.
Landing page quality assessment for paid advertising campaigns. Evaluates message match, page speed, mobile experience, trust signals, form optimization, and conversion rate potential. Use when user says landing page, post-click experience, landing page audit, conversion rate, or landing page optimization.
| name | dual-code-review |
| description | Orchestrate a comprehensive code review process involving both Gemini (Antigravity) and Claude CLI, synthesizing a consensus report. |
This skill guides you through performing a "Dual Code Review" where you act as the orchestrator to combine your own analysis with an independent review from the claude CLI.
git diff --staged, specific files, or a PR).You must perform these two checks in parallel (or sequentially, but independent of each other's initial bias).
Run the following command to get Claude's perspective.
Note: Adjust valid --staged or specific file paths as needed.
# Template Command
(
echo "You are a Senior Code Reviewer."
echo "Please review the following code changes."
echo "Focus on: Bugs, Security, Performance, and Readability."
echo "Return your findings in a structured JSON format with 'severity' (High/Medium/Low), 'file', 'line', and 'message'."
echo "--- CODE START ---"
git diff --staged # OR cat file.ts
echo "--- CODE END ---"
) | claude --print
You act as the Judge. You must evaluate Claude's findings against your own.
Evaluation Logic:
Generate a Review Report Artifact (e.g., review_report.md or directly in chat if short).
Report Structure:
[Double Verified], [Claude CLI Detected], [Antigravity Detected].Use this skill when the user asks for "Dual Review", "Double Check", "Mutual Review", or "Review Process".