ask-opencode

Delegate code review and analysis tasks to GitHub Copilot via opencode CLI.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Moliboy5000/.claude --skill ask-opencode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask-opencode
Source: https://github.com/Moliboy5000/.claude/tree/main/skills/ask-opencode
Command: npx skills add https://github.com/Moliboy5000/.claude --skill ask-opencode

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows you to offload complex or token-intensive tasks to GitHub Copilot, leveraging its powerful code generation and analysis capabilities without consuming your primary AI's quota.

Core Features & Use Cases

  • Task Delegation: Send specific instructions to GitHub Copilot via the opencode-ask command.
  • Model Selection: Choose from various Copilot models (gpt-5, gemini-2.5-pro, etc.) based on task requirements.
  • Artifact Capture: Results can be saved as structured artifacts for later use.
  • Use Case: Use this Skill to get a detailed security review of your codebase or to brainstorm architectural designs when you need a second AI opinion.

Quick Start

Use the ask-opencode skill to review the JWT strategy in brokr-api/src/auth/jwt.strategy.ts.

Frequently Asked Questions about ask-opencode

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

FAQPage Schema
How do I delegate code review tasks to GitHub Copilot without consuming my primary AI quota?

To delegate code review to GitHub Copilot, this Skill uses the opencode CLI to offload token-intensive analysis tasks, returning results without consuming your main AI's quota. You can send specific instructions directly to Copilot for processing.

Can I select specific AI models for code generation and architecture analysis when delegating tasks?

Yes, you can select specific AI models for code generation and architecture analysis using the `-m` flag or by setting the `OPENCODE_MODEL` environment variable, allowing you to choose from various Copilot models like gpt-5 or gemini-2.5-pro.

Do I need to install opencode separately to use this code delegation Skill?

Yes, you need to install and authenticate the opencode CLI separately to use this code delegation Skill, as it acts as the bridge to interact with GitHub Copilot and execute the delegated tasks.

How does task delegation capture code review results for later use?

Task delegation captures code review results by optionally saving the output from GitHub Copilot as structured artifacts, ensuring that the returned architecture analysis and research data are preserved for later reference.

What is the best way to get a second AI opinion on my codebase architecture?

The best way to get a second AI opinion on your codebase architecture is to delegate your instructions to GitHub Copilot, leveraging its analysis capabilities to brainstorm designs or perform security reviews.