positron
AI agent toolkit for building, testing, and shipping the Positron IDE
All Skills in This Repository (78)
Pure Emerald Level Indicatorslaunch
Launch Code OSS builds with isolated profiles and debug ports for Playwright automation and dap-cli debugging.
positron-abstract-svg
Create abstract SVG illustrations of the Positron IDE for documentation and walkthroughs.
drive-positron-web
Start Positron Web from source and control it with browser automation.
author-e2e-tests
Write and maintain Playwright end-to-end tests for the Positron IDE.
bump-ark
Opens or updates Positron PRs that bump the Ark submodule via the GitHub API.
debug-e2e-test
Diagnose failing or flaky Positron Playwright e2e tests from CI history or local run artifacts.
pete
Previews the CI test-coverage verdict for the current git branch locally.
positron-data-grid-pattern
Guides implementation of virtualized grid UIs in Positron using DataGridInstance subclasses.
merge-upstream-vscode
Resolves merge conflicts when integrating upstream VS Code changes into the Positron fork.
pr-test-checker
Grades whether a Positron pull request has adequate test coverage and posts a verdict comment.
review-vitest-tests
Reviews Vitest test files against Positron's builder patterns and RTL conventions.
positron-demo-video
Creates scripted demo videos of Positron features using Playwright tests and ffmpeg.
Frequently Asked Questions
FAQPage SchemaHow to install Positron skills?βΌ
Run `npx skills add posit-dev/positron --all -g -y` in your terminal to install all skills in this suite globally.
What do the Positron agent skills do?βΌ
They teach AI agents the repo's exact workflows: writing Vitest and Playwright tests, debugging flaky e2e failures, merging upstream VS Code changes, and drafting PRs and issues.
Can AI debug failing Playwright e2e tests?βΌ
Yes. The debug-e2e-test and e2e-failure-analyzer skills pull CI history, traces, and screenshots to find a falsifiable root cause for a failing test.
Do these skills work with Claude Code?βΌ
Yes. All skills follow the standard SKILL.md format and run in Claude Code and other compatible AI coding agents.
Can AI manage Positron CI Docker images?βΌ
Yes. The update-ci-images and prune-ci-images skills rebuild all CI images with a new Node version and safely clean up old container images after human review.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core