Update Provider Models

Update AI provider model configurations in pair-review source code files.

48|18|Updated Aug 30, 2025
One-click install
npx skills add https://github.com/in-the-loop-labs/pair-review --skill update-provider-models
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Update Provider Models
Source: https://github.com/in-the-loop-labs/pair-review/tree/main/.claude/skills/update-provider-models
Command: npx skills add https://github.com/in-the-loop-labs/pair-review --skill update-provider-models

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of updating the AI model configurations used by the pair-review application, ensuring users have access to the latest and most effective AI models for code review.

Core Features & Use Cases

  • Model Discovery: Guides users to find available models for various AI providers (Gemini, Claude, Copilot, etc.) via their CLIs or documentation.
  • Configuration Update: Assists in updating the *_MODELS arrays and default model settings within the application's source code.
  • Use Case: When Anthropic releases a new Claude model, run this skill to easily update the claude-provider.js file with the new model's ID, name, tier, and description, making it available in pair-review.

Quick Start

Run the update-provider-models skill to refresh the AI model configurations for all supported providers.

Frequently Asked Questions about Update Provider Models

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

FAQPage Schema
How do I update AI provider model configurations in a code review application?

To update AI provider model configurations, run the update-provider-models skill to check CLI availability, list available models, and modify source code arrays. This ensures your application supports the latest AI releases.

What AI providers are supported for model configuration updates?

Supported AI providers include Gemini, Codex, Copilot, Cursor Agent, OpenCode, Claude, and Pi. The skill checks each provider's CLI or documentation to gather model recommendations and update settings.

When do I need to refresh AI model lists for my code review tool?

You need to refresh AI model lists periodically to incorporate new model releases and pricing changes. Running the update process ensures the pair-review application uses current and effective AI models.

How does the model discovery process work for AI coding assistants?

Model discovery works by checking CLI availability and listing models from provider documentation. The skill gathers recommendations for each AI coding assistant and modifies the application's source code files accordingly.

Can I add a new Claude model to my pair-review source code automatically?

Yes, you can add a new Claude model by running the skill to update the claude-provider.js file. It assists in modifying the *_MODELS arrays with the new model's ID, name, tier, and description.

What is the best way to keep AI models current in a developer tools environment?

The best way to keep AI models current is to execute the update-provider-models skill periodically. It automates checking CLI availability and modifying source code to reflect new model releases and pricing.