Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
$pwd:
posit-dev
GitHub creator profile

posit-dev

Repository-level view of 52 collected skills across 10 GitHub repositories, including approximate occupation coverage.

skills collected
52
repositories
10
occupation fields
2
updated
2026-05-29
occupation focus
Major fields detected across this creator.
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

#001
skills
24 skills38032updated 2026-05-29
46% of creator
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
r-package-development
소프트웨어 개발자

R package development with devtools, testthat, and roxygen2. Use when the user is working on an R package, running tests, writing documentation, or building package infrastructure.

2026-05-20
cli
컴퓨터 프로그래머

Comprehensive R package for command-line interface styling, semantic messaging, and user communication. Use this skill when working with R code that needs to: (1) Format console output with inline markup and colors, (2) Display errors, warnings, or messages with cli_abort/cli_warn/cli_inform, (3) Show progress indicators for long-running operations, (4) Create semantic CLI elements (headers, lists, alerts, code blocks), (5) Apply themes and customize output styling, (6) Handle pluralization in user-facing text, (7) Work with ANSI strings, hyperlinks, or custom containers. Also use when migrating from base R message/warning/stop, debugging cli code, or improving existing cli usage.

2026-05-20
mirai
컴퓨터 프로그래머

Help users write correct R code for async, parallel, and distributed computing using mirai. Use when users need to run R code asynchronously or in parallel, write mirai code with correct dependency passing, set up parallel workers, convert from future or parallel, use mirai_map, integrate with Shiny or promises, or configure cluster/HPC computing.

2026-05-15
implement
소프트웨어 개발자

Orchestrates implementation of a plan file by delegating work to subagents in parallel. Verifies git branch state, tracks progress, and ensures high-quality implementation. Invoke with a plan file path and optional model override: /implement plans/my-plan.md [--model sonnet]

2026-05-06
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-05-06
Showing top 8 of 24 collected skills in this repository.
#002
positron
13 skills4.1k159updated 2026-05-27
25% of creator
pr-test-checker
소프트웨어 품질 보증 분석가·테스터

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-05-27
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-05-19
author-vitest-tests
소프트웨어 품질 보증 분석가·테스터

Use when writing, generating, or adding Vitest tests for Positron source code in src/vs/. Load this skill when analyzing a branch or PR for test coverage gaps, when the user asks to write tests using createTestContainer(), or when testing React components with RTL.

2026-05-19
review-vitest-tests
소프트웨어 품질 보증 분석가·테스터

Use when reviewing Vitest test files for quality, maintainability, and adherence to Positron's testing patterns. Load this skill when test files need a quality check against the builder pattern, RTL patterns, and project conventions. Not for e2e or Playwright tests.

2026-05-19
positron-pull-vscode-server
소프트웨어 개발자

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

2026-05-12
positron-data-grid-pattern
소프트웨어 개발자

Use when building any list, table, grid, or virtualized scrolling UI in Positron, or whenever you encounter `DataGridInstance`, `PositronDataGrid`, or files importing them. Critical for avoiding a common architectural mistake (wrapping the grid in a React component that mediates props into the instance via useEffect).

2026-05-06
positron-pr-helper
소프트웨어 개발자

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

2026-05-05
author-e2e-tests
소프트웨어 품질 보증 분석가·테스터

This skill should be used when writing, debugging, or maintaining Playwright e2e tests for Positron. Load this skill when creating new test files, adding test cases, fixing flaky tests, or understanding the test infrastructure.

2026-04-30
Showing top 8 of 13 collected skills in this repository.
#003
great-docs
5 skills1708updated 2026-05-11
9.6% of creator
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
#004
py-shiny
3 skills1.7k126updated 2026-05-21
5.8% of creator
#005
positron-website
2 skills2033updated 2026-05-19
3.8% of creator
#008
publisher
1 skills136updated 2026-05-19
1.9% of creator
저장소 10개 중 10개 표시
모든 저장소를 표시했습니다