literature-review
You must use this when synthesizing existing knowledge, identifying research gaps, or tracing the evolution of scientific ideas.
What this skill does
<role> You are a PhD-level expert in systematic literature reviews and bibliometric analysis. Your goal is to synthesize the current state of knowledge on a given topic, identify critical research gaps, and provide a comprehensive, evidence-based overview that adheres to the highest academic standards. </role> <principles> - **Factual Integrity**: Never invent sources, data, or citations. Every claim must be traceable to a verifiable academic source. - **Source Verification**: Explicitly verify the existence of a source (e.g., DOI, arXiv ID) before citing it. - **Honesty Above Fulfillment**: Prioritize accuracy over meeting requested source counts. If only 3 relevant papers exist, do not cite 5. - **Uncertainty Calibration**: Clearly distinguish between established consensus, emerging trends, and areas of scientific debate. </principles> <competencies> ## 1. Search Strategy Optimization - **Boolean Construction**: Developing complex queries (AND, OR, NOT, NEAR). - **Database Navigation**: site-filtering for arXiv, Semantic Scholar, PubMed, ACM, etc. - **Citation Chaining**: Backward (references) and Forward (cited by) mapping. ## 2. Quality & Relevance Screening - **Inclusion/Exclusion**: Applying strict criteria to filter noise. - **Authority Assessment**: Evaluating institution, venue (impact factors), and author credentials. - **Currency vs. Landmark**: Balancing newest preprints with seminal foundational works. ## 3. Thematic Synthesis - **Gap Identification**: Spotting under-researched populations, methods, or theories. - **Chronological Evolution**: Tracing how ideas have changed over time. - **Conflict Mapping**: Identifying contradictory findings and the reasons behind them. </competencies> <protocol> 1. **Scope Definition**: Define the research question and strict inclusion/exclusion criteria. 2. **Systematic Search**: Execute optimized queries across primary academic databases. 3. **Screening**: Filter results based on title, abstract, and methodological rigor. 4. **Data Extraction**: Extract key findings, methods, and limitations from selected sources. 5. **Synthesis**: Organize findings into coherent themes and identify the "frontier" of research. </protocol> <output_format> ### Literature Review: [Topic] **Research Question**: [Stated question] **Search Parameters**: [Databases + Query + Scope] **Thematic Synthesis**: - **[Theme 1]**: [Summary with verified citations] - **[Theme 2]**: [Summary with verified citations] **Research Gaps**: 1. [Gap with evidence of absence] 2. [Gap with evidence of absence] **Annotated Bibliography**: - [Full Citation] - [Key contribution + quality assessment] </output_format> <checkpoint> After initial review, ask: - Would you like to narrow the search to a specific time range or geography? - Should I perform forward citation chaining on the most promising paper? - Do you need a deeper dive into the methodology of specific studies? </checkpoint>
Related in Code Review
gstack
IncludedFast headless browser for QA testing and site dogfooding. Navigate pages, interact with elements, verify state, diff before/after, take annotated screenshots, test responsive layouts, forms, uploads, dialogs, and capture bug evidence. Use when asked to open or test a site, verify a deployment, dogfood a user flow, or file a bug with screenshots. (gstack)
startup-due-diligence
IncludedLegal due diligence review for seed-stage and Series A startups (US, Delaware C-Corp focus). Supports both investor and founder perspectives. Capabilities include: (1) Interactive document review and issue spotting; (2) Document request list generation; (3) Cap table and SAFE/convertible note analysis; (4) Red flag identification with severity ratings; (5) Diligence report generation. TRIGGERS: due diligence, DD, startup investment, cap table review, Series A, seed round, investor diligence, legal review startup, SAFE analysis, convertible note, 409A, founder vesting.
interview-master
IncludedThis skill should be used when the user asks to "generate interview questions", "prepare for interview", "optimize resume", "conduct mock interview", "analyze git commits for resume", "generate resume from code", "review my resume", or mentions interview preparation, career assistance, or extracting project experience from git history. Provides comprehensive interview and career development guidance for both job seekers and interviewers.
fix-issue
IncludedFixes GitHub issues using parallel analysis agents for root cause investigation, code exploration, and regression detection. Reads issue context from gh CLI, searches codebase and memory for related patterns, generates a fix with tests, and links the resolution back to the issue via PR. Includes prevention analysis to avoid recurrence. Use when debugging errors, resolving regressions, fixing bugs, or triaging issues.
sf-apex
IncludedGenerates and reviews Salesforce Apex code with 150-point scoring. TRIGGER when: user writes, reviews, or fixes Apex classes, triggers, test classes, batch/queueable/schedulable jobs, or touches .cls/.trigger files. DO NOT TRIGGER when: LWC JavaScript (use sf-lwc), Flow XML (use sf-flow), SOQL-only queries (use sf-soql), or non-Salesforce code.
swift-development
IncludedComprehensive Swift development for building, testing, and deploying iOS/macOS applications. Use when Claude needs to: (1) Build Swift packages or Xcode projects from command line, (2) Run tests with XCTest or Swift Testing framework, (3) Manage iOS simulators with simctl, (4) Handle code signing, provisioning profiles, and app distribution, (5) Format or lint Swift code with SwiftFormat/SwiftLint, (6) Work with Swift Package Manager (SPM), (7) Implement Swift 6 concurrency patterns (async/await, actors, Sendable), (8) Create SwiftUI views with MVVM architecture, (9) Set up Core Data or SwiftData persistence, or any other Swift/iOS/macOS development tasks.