CtrlK
BlogDocsLog inGet started
Tessl Logo

pantheon-ai/github-copilot-models

Query and display available GitHub Copilot AI models with their capabilities, context limits, and features. Use when: "what models are available", "show copilot models", "list github models", "check model capabilities", "switch models". Examples: - user: "What models can I use with GitHub Copilot?" → fetch and display available models - user: "Show me models with vision support" → filter models by capability - user: "Which model has the largest context window?" → compare model specifications - user: "List all GPT-5 models" → filter by model family

72

Quality

91%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

Quality

Content

77%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A well-structured, highly actionable skill body with clear workflows and validation, undermined mainly by repetition across sections and a missing bundled script that the content depends on.

Suggestions

Consolidate the policy.state/preview and context-window guidance into one place (e.g., Model Selection Criteria) and reference it from Troubleshooting/Anti-Patterns instead of restating it.

Add the referenced scripts/fetch-models.sh to the scripts/ bundle (or note that it is generated/optional) so the primary action path is not broken.

Trim the 'When to Query Models' list, which largely duplicates the description's triggers, to keep the body token-lean.

DimensionReasoningScore

Conciseness

The body is mostly code and lean commands, but policy.state/preview and context-window guidance is restated across Decision Framework, Anti-Patterns, and Troubleshooting, and the 'When to Query Models' list overlaps the description — efficient but could be tightened.

2 / 3

Actionability

It provides fully executable, copy-paste-ready commands — fetch-models.sh flags, curl+jq filters, opencode run — and the Manual API Query block is a complete runnable fallback if the script is unavailable.

3 / 3

Workflow Clarity

The query → filter → validate → set-default sequence is explicit, with a concrete validation checkpoint ('opencode run "Echo back: model working"') and clear per-command vs default guidance.

3 / 3

Progressive Disclosure

No bundle files exist, so the frequently referenced scripts/fetch-models.sh path is not a real file and all detail lives inline in one SKILL.md; only the external-doc References are cleanly one level deep.

2 / 3

Total

10

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, third-person description that pairs concrete capabilities with explicit natural-language triggers and supporting examples. It cleanly satisfies the what/when requirement with no vague fluff.

DimensionReasoningScore

Specificity

Names multiple concrete actions — 'Query and display available GitHub Copilot AI models with their capabilities, context limits, and features' — matching the score-3 anchor that lists several specific actions.

3 / 3

Completeness

It explicitly answers both 'what' (query and display models with capabilities/context/features) and 'when' via a clearly marked 'Use when:' trigger clause plus worked user-example pairs.

3 / 3

Trigger Term Quality

The 'Use when' clause gives natural phrases a user would actually say ('what models are available', 'show copilot models', 'list github models', 'check model capabilities', 'switch models'), with good coverage and variation.

3 / 3

Distinctiveness Conflict Risk

The niche is narrowly scoped to GitHub Copilot models with copilot/github-specific trigger terms, making it unlikely to fire for unrelated skills.

3 / 3

Total

12

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Reviewed

Table of Contents