context7-base-code-review

Look up Context7 documentation for library APIs during code reviews.

1|1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/VenTheZone/favorite-opencode-setup --skill context7-base-code-review
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: context7-base-code-review
Source: https://github.com/VenTheZone/favorite-opencode-setup/tree/main/skills/context7-base-code-review
Command: npx skills add https://github.com/VenTheZone/favorite-opencode-setup --skill context7-base-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides developers with accurate, up-to-date API references directly within their workflow, eliminating guesswork and ensuring correct library usage during code reviews and programming tasks.

Core Features & Use Cases

  • Context7 Documentation Lookup: Fetches precise documentation for libraries and frameworks.
  • Code Review Assistance: Helps identify and verify correct API usage in code.
  • Programming Question Answering: Provides accurate answers to library-specific programming queries.
  • Use Case: When reviewing a pull request that uses a new version of Express.js, use this skill to quickly look up the correct syntax for a specific middleware function.

Quick Start

Use the context7-base-code-review skill to find documentation for setting up authentication with JWT in Express.js.

Frequently Asked Questions about context7-base-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I look up accurate API references during a code review?▼

To look up accurate API references during a code review, you can query library-specific documentation to verify correct framework usage and resolve precise programming questions.

How do I find documentation for breaking changes in a specific library?▼

Finding documentation for breaking changes requires querying the library's resolved ID to retrieve up-to-date API references and verify framework compatibility.

What is the best way to verify correct library usage when reviewing a pull request?▼

Verifying correct library usage during pull request reviews involves fetching context-aware documentation to check the syntax and behavior of specific API functions.

Can I get context-aware programming answers for specific framework APIs?▼

Yes, you can get context-aware programming answers by querying specific library APIs to retrieve precise, up-to-date documentation for development tasks.

Does this documentation lookup approach work for resolving unknown library IDs?▼

Yes, the documentation lookup approach works by first resolving library IDs and then querying those resolved IDs to fetch accurate API references for programming queries.