Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

positron

positron contém 30 skills coletadas de posit-dev, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
30
Stars
4.2k
atualizado
2026-07-21
Forks
166
Cobertura ocupacional
6 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

e2e-failure-analyzer
Analistas de garantia de qualidade de software e testadores

Analyze e2e test failures from a GitHub Actions run. Provide a run ID or URL to download reports, extract traces/screenshots/logs, identify root causes, and get suggested actions. Works with both posit-dev/positron and posit-dev/positron-builds repos.

2026-07-21
positron-pr-helper
Desenvolvedores de software

Generates well-structured PR bodies with dynamically fetched e2e test tags

2026-07-21
triage-e2e-test
Analistas de garantia de qualidade de software e testadores

Triage a specific Positron e2e test that is already failing or flaking in CI. Given a test name, surface its recent distinct failure modes from history, pull the evidence (trace, screenshots, logs) for each mode, and reason through the evidence to a root cause collaboratively with the engineer, landing on a concrete test fix or a product-bug repro. Test-centric counterpart to e2e-failure-analyzer (run-centric). For authoring a brand-new test, use author-e2e-tests.

2026-07-21
author-e2e-tests
Analistas de garantia de qualidade de software e testadores

Use when writing, debugging, or maintaining Playwright e2e tests for Positron -- new test files, test cases, flaky-test fixes, test infrastructure, or performance/metric tests.

2026-07-17
chronicle
Desenvolvedores de software

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.

2026-07-08
chat-customizations-editor
Desenvolvedores de software

Use when working on the Chat Customizations editor — the management UI for agents, skills, instructions, hooks, prompts, MCP servers, and plugins.

2026-07-08
code-oss-logs
Desenvolvedores de software

Find and read logs from Code OSS dev builds. Use when: finding logs, reading log files, debugging Code OSS, checking renderer logs, extension host logs, agent host logs, main process logs, investigating errors in dev builds.

2026-07-08
sessions
Desenvolvedores de software

Agents window architecture — covers the agents-first app, layering, folder structure, chat widget, menus, contributions, entry points, and development guidelines. Use when implementing features or fixing issues in the Agents window.

2026-07-08
update-ci-images
Administradores de redes e sistemas de computador

Long-running orchestration to rebuild every Positron CI image (ubuntu24_04, rocky_8, debian, openSUSE15_6, SLES15_6, and postgres — each as a multi-arch amd64+arm64 manifest) at one new tag with a new Node version. Creates a branch + PR, bumps NODE_VERSION, dispatches the build workflows on that branch with bounded concurrency, monitors the runs, auto-fixes failures and retries, and leaves the PR open for human review once all 6 builds are green.

2026-07-08
bump-ark
Desenvolvedores de software

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.

2026-07-08
test-skill
Desenvolvedores de software

A test skill for demonstration purposes.

2026-07-07
pr-test-checker
Analistas de garantia de qualidade de software e testadores

Grade whether a Positron PR has adequate test coverage. Evaluates new tests in the PR, checks existing coverage for changed source, and suggests concrete additions when coverage is insufficient. Used by the pr-test-checker GitHub Action.

2026-07-07
positron-pull-vscode-server
Desenvolvedores de software

Use when pulling changes from rstudio/vscode-server into Positron — fetching upstream, triaging commits, and applying diffs

2026-06-29
author-vitest-tests
Analistas de garantia de qualidade de software e testadores

Use when writing or adding Vitest tests for Positron src/vs/ code, checking a branch/PR for test-coverage gaps, or testing React components with RTL.

2026-06-25
pete
Analistas de garantia de qualidade de software e testadores

Preview the test-coverage verdict PETE will post, locally, before a PR exists. PETE is Positron's CI "PR Test Checker": it grades whether a PR adds adequate tests for its source changes and posts a verdict comment. This skill replays the same rubric and file classification against your working tree (committed + uncommitted + untracked changes vs the merge-base with the default branch) and renders the verdict in-session -- it posts nothing and needs no network or gh. Use when asked to "run PETE" / "run PETE locally", to preview or check test coverage before opening or pushing a PR, to see whether the current branch has adequate tests, or to anticipate what PETE / the PR Test Checker will say.

2026-06-25
pick-copilot-tag
Desenvolvedores de software

Determine which vscode-copilot-chat release tag to use for a Positron build

2026-06-25
positron-abstract-svg
Designers gráficos

Create or update abstract SVG illustrations for the Positron IDE -- for use in documentation, walkthrough steps, onboarding images, and feature previews. Use this skill whenever someone asks to make, update, or redesign an SVG image for Positron docs, walkthroughs, or any visual asset representing the Positron IDE UI. Also use it when asked to make images "consistent" with existing Positron walkthrough images, or to add a new image to match an existing set. Trigger on: "make an SVG for the walkthrough", "create an abstract image for the notebook feature", "update the hero image", "make it look like the other Positron SVGs", "add a docs image for X feature".

2026-06-25
positron-data-grid-pattern
Desenvolvedores de software

Use when building a list, table, grid, or virtualized scrolling UI in Positron, or touching `DataGridInstance` / `PositronDataGrid`. Avoids the common mistake of mediating props into the instance via useEffect.

2026-06-25
positron-demo-video
Desenvolvedores de software

Use when the user wants to create a demo video, record a feature walkthrough, or generate a video for a PR description. Triggers on "record a demo", "make a video", "demo video for PR", or "generate a walkthrough".

2026-06-25
positron-intake-rotation
Especialistas em gestão de projetos

This skill should be used when handling issue intake rotation duties for the Positron repository. It provides workflows for reviewing and organizing new issues, responding to discussions, handling support tickets, and searching for related content. Use this skill when on intake rotation duty, when helping someone with intake tasks, or when learning the intake rotation process.

2026-06-25
positron-issue-creator
Especialistas em gestão de projetos

This skill should be used when drafting GitHub issues for the Positron repository. It provides workflows for searching duplicates, selecting appropriate labels, gathering complete context through questioning, and writing terse, fluff-free issues that precisely describe what is needed or wrong. The skill prepares issues for manual submission by the user. Use this skill when the user asks to draft or prepare an issue for Positron.

2026-06-25
positron-qa-verify
Analistas de garantia de qualidade de software e testadores

Generates clear, actionable verification guides for QA testing of Positron bug fixes and features

2026-06-25
review-vitest-tests
Analistas de garantia de qualidade de software e testadores

Use when reviewing Vitest test files (.vitest.ts/.tsx) for quality against Positron's builder pattern, RTL patterns, and conventions. Not for e2e or Playwright tests.

2026-06-25
create-hook
Outras ocupações de informática

Create a hook (.json) to enforce policy or automate agent lifecycle events.

2026-05-28
add-policy
Desenvolvedores de software

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.

2026-05-28
azure-pipelines
Desenvolvedores de software

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.

2026-05-28
chat-perf
Analistas de garantia de qualidade de software e testadores

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.

2026-05-28
fix-ci-failures
Desenvolvedores de software

Investigate and fix CI failures on a pull request. Use when CI checks fail on a PR branch — covers finding the PR, identifying failed checks, downloading logs and artifacts, extracting the failure cause, and iterating on a fix. Requires the `gh` CLI.

2026-05-28
act-on-feedback
Desenvolvedores de software

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.

2026-05-28
create-pr
Desenvolvedores de software

Create a pull request for the current session. Use when the user wants to open a PR with the session's changes.

2026-05-28