Skip to main content

warpdotdev/warp

SkillsMP は warpdotdev/warp から 46 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
46
GitHub スター
64,339
GitHub フォーク
5,442

収集済み skill 46 件中 40 件を表示しています。

職業分類
ソフトウェア品質保証アナリスト・テスター
説明

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…

原文の言語: 英語

更新
収集済み skill 46 件中 40 件を表示しています。