Skip to main content

warpdotdev/warp

SkillsMP 已收集 warpdotdev/warp 中的 46 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
46
GitHub 星标
64,339
GitHub Forks
5,442

已展示 40 / 46 个已收集 Skill。

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

Repo-specific review guidance for warp. Only the categories declared overridable by the core review-pr skill may be specialized here.

原文语言:英语

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

Create and edit file-based Warp software factory definitions, in a repository tree rooted at a factory.yaml. Use when authoring or changing that factory.yaml, Agent, Automation, Scorer, or Runner files under that root, or its factory and agent skill trees,…

原文语言:英语

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

GUI desktop app only. How to build a Settings page in the Warp client (app/src/settings_view) so its widgets and settings search behave correctly — picking a PageType, deciding whether a heading belongs in the page-title slot or inside a widget, gating a…

原文语言:英语

更新
职业分类
其他计算机职业
描述

Use the Warp Factory MCP to hand work to a software factory and collaborate with it — bundle local work and send it to the cloud, find factory tasks from a Slack thread / Linear ticket / description, and pull a task down to test or iterate locally and hand it…

原文语言:英语

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

Use Warp's REST API and command line to run, configure, and inspect Oz cloud agents

原文语言:英语

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

GUI desktop app only. Catalog of guidelines for writing UI code in the Warp client. Read whenever doing any UI work in this repo, up front before writing the change, so the relevant guidelines shape the implementation.

原文语言:英语

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

GUI desktop app only. Writes, runs, and debugs Warp integration tests using the custom Builder/TestStep framework in `crates/integration`. Use when adding a new integration test, fixing a failing integration test, wiring a test into the manual runner or…

原文语言:英语

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

Write, improve, and run Rust unit tests in the warp Rust codebase.

原文语言:英语

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

Generate a reviewable changelog draft from PRs merged in a release range. Extracts explicit CHANGELOG markers, classifies unmarked PRs, adds external contributor attribution, and outputs markdown + JSON artifacts. Does NOT mutate channel_versions.json.

原文语言:英语

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

Reference guidance for classifying whether an unmarked PR should appear in the changelog and under which category. Used inline by the changelog-draft skill — not dispatched as a separate agent.

原文语言:英语

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

Orchestrates cost-conscious cloud verification across available operating-system and architecture runners after cheaper checks pass. Use whenever a code change, bug fix, build, packaging flow, native dependency, UI behavior, filesystem behavior, or test has…

原文语言:英语

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

Verify a change to Warp's headless TUI front-end (crates/warp_tui) by running it — locally via ./script/run-tui, or in a headless cloud runner via a WARP_API_KEY dogfood build — and reading the rendered screen back (under tmux when it's installed, otherwise…

原文语言:英语

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

Migrates the supported subset of an existing Warp GUI setup into Warp Agent CLI without exposing credentials or application state. Use in Warp Agent CLI when a user wants to copy or move compatible settings or global file-based MCP servers from the desktop…

原文语言:英语

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

How and when to log (log::* levels, safe_* macros) and report errors to Sentry (report_error!) in the Warp codebase. Use when adding or reviewing any logging or error reporting — picking a log level, deciding log vs. report_error!, keeping sensitive data out…

原文语言:英语

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

Add a new feature flag to gate code changes in the Warp codebase.

原文语言:英语

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

GUI desktop app only. Create a one-time launch modal in the Warp client (feature announcement, onboarding, etc.). Use when adding a new modal that should appear exactly once per user on startup, gated by a feature flag, with colors sourced from Warp theme…

原文语言:英语

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

GUI desktop app only. Launch two parallel Oz cloud agents with computer use to download and install the latest stable Linux Warp build, capture screenshots while walking through first-time onboarding in both logged-out and logged-in states, then selectively…

原文语言:英语

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

GUI desktop app only. Repo-specific bug reproduction guidance for Warp. Specializes the core reproduce-bug-report skill for logged-out Warp UI repros, exact reporter-version installs, and login-free onboarding.

原文语言:英语

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

Promote a feature-flagged feature to Dogfood, Preview, or Stable in the Warp codebase. Use when a feature behind a FeatureFlag is ready to roll out to a broader audience, including wiring up the compile-time/runtime bridge and deferring flag cleanup safely.

原文语言:英语

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

Remove a feature flag after it has been rolled out and stabilized in the Warp codebase.

原文语言:英语

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

Write and run unit tests for Warp TUI (crates/warp_tui) elements/screens by rendering to text lines. Use for TUI test work.

原文语言:英语

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

Guidelines for writing Warp headless TUI (crates/warp_tui) UI code with the cell-grid TuiElement library. Read before any TUI UI work.

原文语言:英语

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

GUI desktop app only. Run and author Warp Rust integration tests (the `crates/integration` harness) that capture screenshots and video via `TestStep::with_start_recording()` / `with_take_screenshot()`, including mouse and keyboard event overlays. TRIGGER only…

原文语言:英语

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

Fetch and display GitHub PR review comments for the current branch.

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

**MANDATORY prerequisite** — you MUST invoke this skill BEFORE every `use_figma` tool call. NEVER call `use_figma` directly without loading this skill first. Skipping it causes common, hard-to-debug failures. Trigger whenever the user wants to perform a write…

原文语言:英语

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

Guides testing Warp UI features and changes using the computer use tool. Use this skill only when the computer_use tool is available to the agent. Covers launching Warp and verifying UI behavior.

原文语言:英语

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

Control and inspect the currently running local Warp application with the warpctrl CLI. Use this skill whenever the user asks the agent to manipulate Warp's own windows, tabs, panes, sessions, input buffer, themes, or UI surfaces; open a file in Warp; inspect…

原文语言:英语

更新
职业分类
其他计算机职业
描述

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or…

原文语言:英语

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

View or modify Warp application settings using the bundled JSON schema for guidance

原文语言:英语

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

Repo-specific dedupe guidance for warp. Only the categories declared overridable by the core dedupe-issue skill may be specialized here.

原文语言:英语

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

Repo-specific triage guidance for warp. Only the categories declared overridable by the core triage-issue skill may be specialized here.

原文语言:英语

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

Customize Warp keyboard shortcuts (keybindings, keymappings) by editing the user's keybindings.yaml file. Use when the user asks to remap a key combination, rebind an action, change a shortcut, or remove a default keybinding (e.g. "change ctrl+space to…

原文语言:英语

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

Invoke this automatically after completing any user-facing client change, ONLY in non-sandboxed environments and local environments. Verifies changes by spawning a cloud agent with computer use to test Warp. Triggers a cloud agent that runs the test-warp-ui…

原文语言:英语

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

Use this skill when helping users add MCP servers to their Warp configuration.

原文语言:英语

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

Add telemetry events to track user behavior or system events in the Warp codebase. Use when instrumenting new features, debugging issues, or measuring product metrics.

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Create or update Figma designs directly from a written product or UI description using the Figma MCP authoring tools. Use when the user wants a mockup, wireframe, screen, component, flow, or concept designed in Figma from text, or wants to iterate on an…

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Connects Figma design components to code components using Code Connect mapping tools. Use when user says "code connect", "connect this component to code", "map this component", "link component to code", "create code connect mapping", or wants to establish…

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Generates custom design system rules for the user's codebase. Use when user says "create design system rules", "generate rules for my project", "set up design rules", "customize design system guidelines", or wants to establish project-specific conventions for…

原文语言:英语

更新
职业分类
平面设计师
描述

Create a new blank Figma file. Use when the user wants to create a new Figma design or FigJam file, or when you need a new file before calling use_figma. Handles plan resolution via whoami if needed. Usage — /figma-create-new-file [editorType] [fileName]…

原文语言:英语

更新
职业分类
平面设计师
描述

Build or update a professional-grade design system in Figma from a codebase. Use when the user wants to create variables/tokens, build component libraries, set up theming (light/dark modes), document foundations, or reconcile gaps between code and Figma. This…

原文语言:英语

更新
已展示 40 / 46 个已收集 Skill。