Skip to main content

forcedotcom/salesforcedx-vscode

SkillsMP 已收集 forcedotcom/salesforcedx-vscode 中的 37 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
37
GitHub 星标
1,034
GitHub Forks
454

已展示 37 / 37 个已收集 Skill。

职业分类
未分类
描述

Consume the salesforcedx-vscode-services extension API. Use when an extension depends on salesforcedx-vscode-services and you are registering commands, calling its services (Workspace, Connection, Project, Settings, FS, Channel, Media, prompts), watching…

原文语言:英语

更新
职业分类
未分类
描述

Enforces Effect-TS patterns for services, errors, layers, and atoms. Use when writing code with Effect.Service, Schema.TaggedError, Layer composition, or effect-atom React components.

原文语言:英语

更新
职业分类
未分类
描述

Polish the automated CHANGELOG on develop before the next stable build. Removes GUS refs, categorizes under-the-cover changes, improves customer-facing descriptions. Use when preparing/reviewing the changelog after a weekly prerelease promotion, or when user…

原文语言:英语

更新
职业分类
未分类
描述

Operate a real VS Code instance through drivable-vscode. Use for drivable VS Code, exploratory testing, customer bug reproduction, feature verification, screenshots, videos, or other evidence from VS Code.

原文语言:英语

更新
职业分类
未分类
描述

Design or refactor a Lit webview's package boundary, Effect service contract, host adapter, lifecycle, registration, or browser bundle. Use for VS Code webviews that separate browser-safe UI from extension-host APIs and message protocols.

原文语言:英语

更新
职业分类
未分类
描述

Write or review browser component tests for Lit webviews and VSCode Elements. Use for Playwright component harnesses, fake Effect services, accessibility locators, shadow DOM boundaries, lifecycle tests, and deciding what belongs in component tests versus VS…

原文语言:英语

更新
职业分类
未分类
描述

Integrate @vscode-elements/elements controls into Lit webviews. Use when adding or changing VSCode Elements selects, text fields, checkboxes, buttons, form association, controlled values, accessibility state, or VS Code theme styling.

原文语言:英语

更新
职业分类
未分类
描述

Command palette, CodeLens, context menus, package.nls titles, and NotificationModeService. Use when adding a command, editing package.nls command titles, wiring success/progress, or calling vscode.commands.registerCommand / vscode.window.withProgress /…

原文语言:英语

更新
职业分类
未分类
描述

Editing extension i18n message files and their consumers. Use when editing packages/*/src/messages/i18n.ts, adding/changing nls.localize strings, or choosing placeholder tokens (%s/%d/...).

原文语言:英语

更新
职业分类
未分类
描述

package.json conventions for this repo. Use when editing/reviewing a package.json — name, types, browser, files, dependencies, devDependencies, packaging, scripts, or vscode contributes.

原文语言:英语

更新
职业分类
未分类
描述

Compose and send Slack announcement for pre-release builds. Summarizes changes compared to current marketplace version.

原文语言:英语

更新
职业分类
未分类
描述

Run the VS Code extension release workflow end-to-end. Use when publishing a release, running prerelease, verifying the release branch, polishing changelog for release, or installing release vsixes for verification.

原文语言:英语

更新
职业分类
网页开发工程师
描述

Create or edit Lit components in this repository, including reactive properties and internal state.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

writing, running, and debugging Playwright tests; creating and recreating scratch orgs (Dreamhouse, minimal, non-tracking); working with their output from github actions

原文语言:英语

更新
职业分类
软件开发工程师
描述

Known external consumers of APIs from this monorepo's extensions. Use when changing public API surfaces (activate return types, exported types, services sub-objects), evaluating breaking changes, removing exports, or checking if anything uses a given API…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Interact with the Gus Salesforce org via CLI (sf). Query, create, update work items; query team epics. Use when user mentions Gus, work items, epics, or GUS/Git2Gus workflows.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Create feature branches for all work. Use when creating branches, checking out, or pushing. Prevents accidental pushes to protected branches.

原文语言:英语

更新
职业分类
项目管理专家
描述

Triage the team's open GUS backlog — propose closing done-but-open work items (with code/test citations), flag under-specified items for grilling, catch wrong-epic / orphan / unpointed / dead-link items, and close completed epics. User-invoked.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Writing style for AI-consumed docs. Proactively apply when creating or editing any md file in .claude/skills/ or .claude/rules/ or .cursor/rules/ or .claude/plans/.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Public API exported by salesforcedx-vscode-core activate(). Use when modifying SalesforceVSCodeCoreApi, the api object in activate(), exports from core index.ts, services sub-object, or evaluating whether a change to core is breaking. Also use when someone…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Triage GitHub Dependabot security alerts into one-point GUS work items that bump the outermost consumer. User-invoked only.

原文语言:英语

更新
职业分类
项目管理专家
描述

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Add custom SVG icons to salesforcedx-vscode-services for font generation. Use when adding new icons to media/icons-src, creating SVG icons for VS Code extension, or defining font-based icons.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Serialize URIs correctly across LSP custom requests. Use when defining custom LSP requests/notifications with URI params, sending a `URI` over `Connection.sendRequest`, or debugging `[object Object]` / `EntryNotFound` /…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Prefer vscode-uri over node:path. Use when .ts files in /src import node:path or use path.join/basename/dirname/resolve, URI.file, or memfs paths.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Draft PRs with trailing " - W-XXXXXXXX" in titles, conventional commit-style before it, GUS refs in body. Use when drafting PRs, PR titles, PR descriptions, opening PRs, or Git2Gus workflows.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Query Azure Application Insights telemetry data for command usage, extension activity, and performance metrics

原文语言:英语

更新
职业分类
软件开发工程师
描述

Find open GitHub issues whose linked GUS work item is closed AND whose issue number appears in CHANGELOG.md, then close them. Use when user invokes /shipped-issues or asks to clean up shipped issues.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use file-based span/log export for AI consumption. Where it lives, how to enable/clear, record format for Node and Web. Use when enabling span file dump, debugging traces for AI, or configuring local observability.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Run an extremely strict maintainability review for abstraction quality, giant files, and spaghetti-condition growth. Use for a thermo-nuclear code quality review, thermonuclear review, deep code quality audit, or especially harsh maintainability review.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Fix TS1261 when TypeScript reports two paths that differ only in casing (import vs include vs git index). Use when compile shows error 1261 or "Already included file name ... differs from file name ... only in casing".

原文语言:英语

更新
职业分类
软件开发工程师
描述

Fix TS4023 errors when exporting Effect-based functions. Use when TypeScript reports "has or is using name 'X' from external module but cannot be named" for Effect error types, or when knip flags error type exports as unused.

原文语言:英语

更新
职业分类
软件开发工程师
描述

TypeScript coding standards — apply when writing, reviewing, or refactoring .ts/.tsx, or naming/renaming .ts files (camelCase casing).

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Verification steps for code changes. Use after ANY code change to ensure quality, or when creating plans because those should include verification steps.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Guidelines for using vscode.window.show*Message methods. Use when working with showInformationMessage, showWarningMessage, showErrorMessage.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Author and use Wireit scripts for npm. Use when working with Wireit configuration, npm scripts, build pipelines, or when the user mentions Wireit.

原文语言:英语

更新
职业分类
项目管理专家
描述

Numbering convention for ordering GUS work items within an epic. Numeric prefixes in Subject__c express sequencing (do X before Y) and parallelism. Use when planning an epic, when the user states a dependency between work items, or when asked what's…

原文语言:英语

更新
已展示 37 / 37 个已收集 Skill。