github.com/posit-dev/positron
| Skill | Added | Review |
|---|---|---|
accessibility .github/skills/accessibility/SKILL.md Primary accessibility skill for VS Code. REQUIRED for new feature and contribution work, and also applies to updates of existing UI. Covers accessibility help dialogs, accessible views, verbosity settings, signals, ARIA announcements, keyboard navigation, and ARIA labels/roles. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 10323ef | |
act-on-feedback src/vs/sessions/skills/act-on-feedback/SKILL.md Act on user feedback attached to the current session. Use when the user submits feedback on the session's changes via the Submit Feedback button. | 69 69 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 10323ef | |
add-policy .github/skills/add-policy/SKILL.md Use when adding, modifying, or reviewing VS Code configuration policies. Covers the full policy lifecycle from registration to export to platform-specific artifacts. Run on ANY change that adds a `policy:` field to a configuration property. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 061594d | |
agent-customization extensions/copilot/assets/prompts/skills/agent-customization/SKILL.md **WORKFLOW SKILL** — Create, update, review, fix, or debug VS Code agent customization files (.instructions.md, .prompt.md, .agent.md, SKILL.md, copilot-instructions.md, AGENTS.md). USE FOR: saving coding preferences; troubleshooting why instructions/skills/agents are ignored or not invoked; configuring applyTo patterns; defining tool restrictions; creating custom agent modes or specialized workflows; packaging domain knowledge; fixing YAML frontmatter syntax. DO NOT USE FOR: general coding questions (use default agent); runtime debugging or error diagnosis; MCP server configuration (use MCP docs directly); VS Code extension development. INVOKES: file system tools (read/write customization files), ask-questions tool (interview user for requirements), subagents for codebase exploration. FOR SINGLE OPERATIONS: For quick YAML frontmatter fixes or creating a single file from a known pattern, edit the file directly — no skill needed. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 10323ef | |
agent-host-e2e-tests .github/skills/agent-host-e2e-tests/SKILL.md Use when writing, recording, updating, or troubleshooting the agent host end-to-end tests under src/vs/platform/agentHost/test/node/e2e (black-box tests that drive the whole agent host over the AHP protocol, using a CapiReplayProxy record/replay system for Claude/Copilot/Codex). Covers adding a cross-provider test, re-recording fixtures after an SDK bump, gating non-deterministic or platform-specific tests, and diagnosing replay cache misses. | 71 71 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 10323ef | |
agent-host-logs .github/skills/agent-host-logs/SKILL.md Analyze Agent Host debug log exports. Use when given an ah-logs or ahp-logs zip/folder, an Export Agent Host Debug Logs bundle, events.jsonl, AHP JSONL transport logs, Agent Host.log, remote-agenthost.log, or copilot-logs. | 74 74 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 10323ef | |
anthropic-sdk-upgrader extensions/copilot/.agents/skills/anthropic-sdk-upgrader/SKILL.md Use this agent when the user needs to upgrade Anthropic SDK packages. This includes: upgrading @anthropic-ai/sdk or @anthropic-ai/claude-agent-sdk to newer versions, migrating between SDK versions, resolving SDK-related dependency conflicts, updating SDK types and interfaces, or asking about SDK upgrade procedures. Examples: 'Upgrade the Anthropic SDK to the latest version', 'Help me migrate to the latest claude-agent-sdk', 'What's the process for upgrading Anthropic packages?' | 72 72 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 061594d | |
author-contributions .github/skills/author-contributions/SKILL.md Identify all files a specific author contributed to on a branch vs its upstream, tracing code through renames. Use when asked who edited what, what code an author contributed, or to audit authorship before a merge. This skill should be run as a subagent — it performs many git operations and returns a concise table. | 62 62 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 10323ef | |
author-e2e-tests .claude/skills/author-e2e-tests/SKILL.md Use when writing or maintaining Playwright e2e tests for Positron -- new test files, test cases, test infrastructure, or performance/metric tests. For a named test that is already failing or flaking, in CI or on your machine, use debug-e2e-test instead. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 10323ef | |
author-vitest-tests .claude/skills/author-vitest-tests/SKILL.md Use when writing or adding Vitest tests for Positron src/vs/ or extensions/ code, checking a branch/PR for test-coverage gaps, or testing React components with RTL. | 68 68 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 10323ef | |
auto-perf-optimize .github/skills/auto-perf-optimize/SKILL.md Run agent-driven VS Code performance or memory investigations. Use when asked to launch Code OSS, automate a VS Code scenario, run the Chat memory smoke runner, capture renderer heap snapshots, take workflow screenshots, compare run summaries, or drive a repeatable scenario before heap-snapshot analysis. | 71 71 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 10323ef | |
azure-pipelines .github/skills/azure-pipelines/SKILL.md Use when validating Azure DevOps pipeline changes for the VS Code build. Covers queueing builds, checking build status, viewing logs, and iterating on pipeline YAML changes without waiting for full CI runs. | 67 67 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Version: 10323ef | |
bump-ark .claude/skills/bump-ark/SKILL.md Open or advance a Positron PR that bumps the Ark submodule to a given Ark PR (its head while open, its merge commit once merged) or to latest Ark main, with Positron e2e test tags. Use when the user runs /bump-ark with a PR number or "main" and optional @:tags. | 65 65 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 10323ef | |
chat-customizations-editor .github/skills/chat-customizations-editor/SKILL.md Use when working on the Chat Customizations editor — the management UI for agents, skills, instructions, hooks, prompts, MCP servers, and plugins. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 10323ef | |
chat-perf .github/skills/chat-perf/SKILL.md Run chat perf benchmarks and memory leak checks against the local dev build or any published VS Code version. Use when investigating chat rendering regressions, validating perf-sensitive changes to chat UI, or checking for memory leaks in the chat response pipeline. | 71 71 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 10323ef | |
chronicle extensions/copilot/assets/prompts/skills/chronicle/SKILL.md Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting session data. | 74 74 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 10323ef | |
code-oss-logs .github/skills/code-oss-logs/SKILL.md Find and read timestamped process logs from Code OSS dev builds, including main.log, renderer.log, extension host logs, and agenthost.log. For bundles produced by Export Agent Host Debug Logs, use agent-host-logs. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 10323ef | |
commit src/vs/sessions/skills/commit/SKILL.md Commit staged or unstaged changes with an AI-generated commit message that matches the repository's existing commit style. Use when the user asks to 'commit', 'commit changes', 'create a commit', 'save my work', or 'check in code'. | 72 72 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 10323ef | |
component-fixtures .github/skills/component-fixtures/SKILL.md Use when creating or updating component fixtures for screenshot testing, or when designing UI components to be fixture-friendly. Covers fixture file structure, theming, service setup, CSS scoping, async rendering, and common pitfalls. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 10323ef | |
cpu-profile-analysis .github/skills/cpu-profile-analysis/SKILL.md Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-*.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating user timing marks. | 65 65 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 10323ef | |
create-agent extensions/copilot/assets/prompts/skills/create-agent/SKILL.md Create a custom agent (.agent.md) for a specific job. | 52 52 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 10323ef | |
create-draft-pr src/vs/sessions/skills/create-draft-pr/SKILL.md Create a draft pull request for the current session. Use when the user wants to open a draft PR with the session's changes. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 10323ef | |
create-hook extensions/copilot/assets/prompts/skills/create-hook/SKILL.md Create a hook (.json) to enforce policy or automate agent lifecycle events. | 50 50 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 10323ef | |
create-instructions extensions/copilot/assets/prompts/skills/create-instructions/SKILL.md Create an instructions file (.instructions.md) for a project rule or convention. | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 10323ef | |
create-pr src/vs/sessions/skills/create-pr/SKILL.md Create a pull request for the current session. Use when the user wants to open a PR with the session's changes. | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 10323ef |