Skip to main content
在 Manus 中运行任何 Skill
一键导入
posit-dev
GitHub 创作者资料

posit-dev

按仓库查看 17 个 GitHub 仓库中的 86 个已收集 skills。

已收集 skills
86
仓库
17
更新
2026-07-21
这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

e2e-failure-analyzer
软件质量保证分析师与测试员

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
软件开发工程师

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

2026-07-21
triage-e2e-test
软件质量保证分析师与测试员

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
软件质量保证分析师与测试员

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
当前展示该仓库 Top 8 / 30 个已收集 skills。
new-work
软件开发工程师

Create and manage todo tracking documents for features, bugs, and multi-step tasks. Use when starting new work that benefits from a persistent record of decisions, progress, and context.

2026-06-17
working-on
软件开发工程师

Set a tracking document as the source of truth for the current feature or task. Use when starting work on a feature, bug fix, or multi-step task that benefits from a persistent record of decisions, discoveries, and progress. Keeps the document updated as work proceeds.

2026-06-17
lifecycle
软件开发工程师

Guidance for managing R package lifecycle according to tidyverse principles using the lifecycle package. Use when: (1) Setting up lifecycle infrastructure in a package, (2) Deprecating functions or arguments, (3) Renaming functions or arguments, (4) Superseding functions, (5) Marking functions as experimental, (6) Understanding lifecycle stages (stable, experimental, deprecated, superseded), or (7) Writing deprecation helpers for complex scenarios.

2026-06-16
pr-threads-address
软件质量保证分析师与测试员

Address PR review feedback by systematically working through every unresolved PR review thread on the current branch's PR - analyze each comment, make the requested code changes (with tests where useful), commit, and optionally reply and resolve.

2026-06-11
pr-threads-resolve
软件质量保证分析师与测试员

Bulk resolve unresolved PR review threads on the current branch’s PR — typically after threads have been addressed manually or via /pr-threads-address

2026-06-11
shiny-bslib
网页开发工程师

Build modern Shiny dashboards and applications using bslib (Bootstrap 5). Use when creating new Shiny apps, modernizing legacy apps (fluidPage, fluidRow/column, tabsetPanel, wellPanel, shinythemes), or working with bslib page layouts, grid systems, cards, value boxes, navigation, sidebars, filling layouts, theming, accordions, tooltips, popovers, toasts, or bslib inputs. Assumes familiarity with basic Shiny.

2026-05-29
review-testing
软件质量保证分析师与测试员

Review test code for quality, design, and completeness after implementing a feature or fixing a bug. Use when the user asks to "review my tests", "check my test quality", "are these tests good enough", "review testing", or after completing a feature implementation that includes tests. Also use when tests feel brittle, flaky, or superficial. Cross-references production code to find coverage gaps.

2026-05-22
maintainer-decline
软件开发工程师

Guide for drafting issue closure and decline responses as an open-source package maintainer. Use when helping compose a reply that says "no" to a feature request, closes an issue as won't-fix, redirects a user to a different package, explains why a design choice is intentional, or otherwise declines or closes a community contribution. Also use when the maintainer needs to explain a deprecation, point out a user misunderstanding, or communicate an effort/scope tradeoff to a contributor.

2026-05-21
当前展示该仓库 Top 8 / 25 个已收集 skills。
debugging
软件质量保证分析师与测试员

Use when observing server-side state of a Shiny for Python (py-shiny) app - inspecting reactive/calc values in a running session, capturing current input/output state, exposing internal values to a test harness, asserting server-side values in snapshot tests, or when tempted to add print statements or hidden outputs to see server-side values. (For writing Playwright end-to-end tests against the rendered UI, use the testing skill.)

2026-07-09
testing
软件质量保证分析师与测试员

Use when writing or running end-to-end tests for a Shiny for Python (py-shiny) app - launching an app under pytest, locating and asserting on UI components (inputs, outputs, cards, navsets), simulating user interaction with Playwright, or when tempted to hand-roll CSS selectors, raw Playwright locators, or sleep() waits against Shiny-rendered HTML.

2026-07-09
otel
网络与计算机系统管理员

Use when adding observability to a Shiny for Python (py-shiny) app with OpenTelemetry - tracing reactive execution, profiling slow outputs or update cycles, monitoring sessions in production, exporting spans to a backend (Jaeger, Logfire, Honeycomb, Datadog, OTLP), suppressing telemetry for sensitive code, or when tempted to call trace.set_tracer_provider() inside app code to set up instrumentation.

2026-07-09
bookmarking
软件开发工程师

Use when a Shiny for Python (py-shiny) app needs to save and restore its state - shareable URLs that reproduce the current inputs, restoring state after a page refresh, persisting session state to the server, excluding inputs from saved state, or when tempted to hand-roll query-string parsing or a custom persistence layer to remember input values.

2026-07-08
py-shiny-release
软件开发工程师

Walk through the full Shiny for Python release train interactively, phase by phase. Use when the user says "release", "start a release", "py-shiny release", "release train", or wants to publish new versions of py-shiny and its ecosystem packages (py-htmltools, py-shinyswatch, py-shinywidgets, shinylive, py-shinylive, r-shinylive). Guides through version bumps, CI checks, tagging, PyPI publishing, conda-forge, Huggingface, site updates, and blog post publication.

2026-06-01
sub-issue
软件开发工程师

Manage GitHub sub-issues using the gh-sub-issue extension. Use when the user asks to create, list, add, or remove sub-issues (child issues) from a parent issue.

2026-03-05
port-from-bslib
软件开发工程师

Comprehensive guide for porting UI components from R's bslib package to py-shiny. Use this skill when: (1) User asks to "port this feature" or "port a component" and mentions bslib or links to a bslib PR (e.g., github.com/rstudio/bslib/pull/...), (2) Porting a new component from bslib to py-shiny, (3) Adding a new input, output, or UI component that exists in bslib, (4) Implementing feature parity with bslib, (5) Working on bslib-related features or components. Covers the complete workflow including understanding source implementation, creating Python equivalents, vendoring assets (SCSS, CSS, JavaScript), creating tests, documentation, and all necessary project files.

2026-01-13
great-docs
软件开发工程师

Generate documentation sites for Python packages with Great Docs. Covers init, build, preview, configuration (great-docs.yml), API reference, CLI docs, user guides, theming, deployment, and the llms.txt agent-context files. Use when creating, configuring, building, or troubleshooting Python package documentation.

2026-05-11
configure-site
软件开发工程师

Configure a Great Docs documentation site through great-docs.yml. Covers theming (navbar gradients, content glow, dark mode), hero sections, logos, announcements, sidebar options, page tags, page status badges, SEO, analytics, and deployment settings. Use when customizing site appearance, enabling features, or tuning build behavior.

2026-05-11
write-user-guide
软件开发工程师

Write and maintain narrative user-guide pages for a Great Docs site. Covers page creation, QMD frontmatter, section grouping, sidebar ordering, callouts, executable code cells, cross-references, and content guidelines. Use when adding, reorganizing, or improving user-guide content.

2026-05-11
revise-docstrings
软件开发工程师

Review and improve Python docstrings for Great Docs API reference generation. Covers NumPy and Google style conventions, parameter documentation, return types, examples, cross-references, and Great Docs directives (%seealso, %nodoc). Use when auditing, writing, or fixing docstrings in a Python package.

2026-05-11
author-skills
软件开发工程师

Author, configure, and distribute Agent Skills for a Great Docs site. Covers the three scenarios: automatic skill generation, adding a single hand-written skill, and distributing multiple named skills with a switcher page. Use when creating, editing, or configuring SKILL.md files for package documentation.

2026-05-11
posit
数据科学家

Build and deploy data apps, dashboards, APIs, and reports using Posit tools on Snowflake. Use when the user asks to build, create, or deploy any of: Shiny (R or Python), Streamlit, Dash, FastAPI, Plumber, Quarto, R Markdown, Jupyter, Panel, or Bokeh apps — especially with Snowflake data. Also triggers for: "deploy to Posit Connect", "rsconnect", tidyverse, tidymodels, orbital, querychat, chatlas, Positron, "publish my app", or any R/Python data product targeting Snowflake. Do NOT use for Node.js, Next.js, React, or custom JS/TS web apps — that is the snowflake-apps skill (Snowflake App Runtime). Boundary: data science apps, dashboards, reports, and APIs in R or Python deployed to Posit Connect → this skill; custom JavaScript web apps on App Runtime → snowflake-apps. Do NOT use for pure SQL.

2026-07-20
posit-prepare
数据库架构师

Prepare Snowflake data for analysis in Posit Workbench. Use when the user wants to: discover relevant tables, profile data quality, create curated views or dynamic tables, apply governance policies, or set up a data layer for their R or Python analysis. Triggers include: "find tables for", "profile this data", "create a view for analysis", "build a dynamic table", "prepare data", "curate", "set up data for my team", "tag columns", "mask PII", "what data is available", or "explore the catalog". Do NOT use for writing R/Python analysis code (that is Posit Assistant's job inside the IDE) or for building/deploying apps (use $posit for that).

2026-06-17
已展示 12 / 17 个仓库