Skip to main content
Manusで任意のスキルを実行
ワンクリックで
$pwd:
warpdotdev
GitHub creator profile

warpdotdev

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

skills collected
115
repositories
12
occupation fields
3
updated
2026-05-21
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
warp
31 skills · 2026-05-21
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターウェブ開発者グラフィックデザイナー情報セキュリティアナリスト
5 occupation categories · 100% classified
27%share
#02
oz-for-oss
23 skills · 2026-05-18
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスタープロジェクト管理専門家情報セキュリティアナリスト
4 occupation categories · 100% classified
20%share
#03
docs
23 skills · 2026-05-19
ソフトウェア開発者校正者・コピーマーカーウェブ開発者カスタマーサービス担当者ソフトウェア品質保証アナリスト・テスターデータベースアーキテクト
7 occupation categories · 100% classified
20%share
#04
oz-skills
15 skills · 2026-04-17
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターデータサイエンティストその他コンピュータ職テクニカルライターネットワーク・コンピュータシステム管理者
8 occupation categories · 100% classified
13%share
#05
common-skills
9 skills · 2026-05-20
ソフトウェア開発者アートディレクターウェブ開発者コンピュータシステムアナリストその他のビジネスオペレーション専門家マーケティングマネージャー
6 occupation categories · 67% classified
7.8%share
#06
command-signatures
4 skills · 2026-04-27
ネットワーク・コンピュータシステム管理者ソフトウェア開発者
2 occupation categories · 100% classified
3.5%share
#07
oz_workspace_agent
3 skills · 2026-02-09
ソフトウェア開発者
1 occupation categories · 100% classified
2.6%share
#08
oz-agent-action
2 skills · 2026-03-25
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 occupation categories · 100% classified
1.7%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

#001
warp
31 skills59.7k4.7kupdated 2026-05-21
27% of creator
changelog-draft
ソフトウェア開発者

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.

2026-05-21
reproduce-bug-report-local
ソフトウェア品質保証アナリスト・テスター

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.

2026-05-20
onboarding-verification-skill
ソフトウェア品質保証アナリスト・テスター

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 fan out follow-up cloud agents for distinct onboarding branches proposed by those initial explorers. Use this whenever the user asks to test, document, screenshot, or walk through the Warp first-time install/onboarding experience in a cloud Linux environment.

2026-05-20
feedback
ソフトウェア品質保証アナリスト・テスター

Turn rough feedback about the Warp app into a filed GitHub issue or duplicate-issue response for `warpdotdev/warp`. Use ONLY when the user explicitly wants to report a problem with the Warp terminal/IDE/app itself—not when they're working on their own code, managing their own GitHub repos, or doing general software development tasks. SKIP when: the user is creating/managing GitHub issues or PRs for their own projects, reviewing PRs, diagnosing CI failures, using `gh` CLI for repo management, or performing any GitHub workflow not specifically about reporting a problem with the Warp application itself.

2026-05-19
review-pr-local
ソフトウェア品質保証アナリスト・テスター

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

2026-05-13
classify-changelog-pr
ソフトウェア開発者

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.

2026-05-13
create-launch-modal
ウェブ開発者

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 tokens and terminal theme colors.

2026-05-11
change-keybinding
ソフトウェア開発者

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 ctrl+s", "rebind the command palette to cmd+p", "remove the default for X").

2026-05-08
Showing top 8 of 31 collected skills in this repository.
#002
oz-for-oss
23 skills20826updated 2026-05-18
20% of creator
check-impl-against-spec
ソフトウェア品質保証アナリスト・テスター

Compare a pull request's implementation against spec context in spec_context.md and feed any material mismatches into review.json. Use during PR review when approved or repository spec context is available.

2026-05-18
create-product-spec
プロジェクト管理専門家

Create a product spec from a GitHub issue in this repository by applying the local shared `write-product-spec` workflow with Oz-specific issue context and output paths. Use when an issue should be turned into a product spec artifact stored under `specs/GH<issue-number>/product.md` and the agent should prepare file changes only, without creating commits or pull requests itself unless the prompt explicitly asks for it.

2026-05-18
create-tech-spec
ソフトウェア開発者

Create a technical spec from a GitHub issue in this repository by applying the local shared `write-tech-spec` workflow with Oz-specific issue context and output paths. Use when an issue should be turned into a tech spec artifact stored under `specs/GH<issue-number>/tech.md` and the agent should prepare file changes only, without creating commits or pull requests itself unless the prompt explicitly asks for it.

2026-05-18
dedupe-issue
ソフトウェア開発者

Detect duplicate GitHub issues by comparing the incoming issue's title and description against the repository issue list. Use during triage to identify 2+ existing issues that are similar and surface them as potential duplicates.

2026-05-18
implement-issue
ソフトウェア開発者

Implement a GitHub issue in this repository by applying the local shared `implement-specs` workflow with Oz-specific issue, spec-context, and summary-file handling. Use when issue details are provided in the prompt and the agent should produce the repository diff and a concise implementation summary, without creating commits or pull requests itself unless the prompt explicitly asks for it.

2026-05-18
review-pr
ソフトウェア品質保証アナリスト・テスター

Review a pull request diff and write structured feedback to review.json for the workflow to publish. Use when reviewing a checked-out PR from local artifacts like pr_diff.txt and pr_description.md and producing machine-readable review output instead of posting directly to GitHub.

2026-05-18
review-spec
プロジェクト管理専門家

Review a spec/plan pull request diff and write structured feedback to review.json for the workflow to publish. Use when reviewing a PR that only modifies files under specs/ and producing machine-readable review output instead of posting directly to GitHub.

2026-05-18
security-review-pr
情報セキュリティアナリスト

Audit a pull request diff for common security concerns (input validation, sanitization, authentication and authorization, secrets management, unsafe dependencies, and related risks) and fold findings into the same review.json produced by the base PR review. Use as a supplement to `review-pr` whenever a code PR is being reviewed.

2026-05-18
Showing top 8 of 23 collected skills in this repository.
#003
docs
23 skills4010updated 2026-05-19
20% of creator
style-lint
校正者・コピーマーカー

Scan Warp Astro Starlight documentation for style guide violations including formatting issues (Settings path format, UI element format, header case, missing frontmatter, image alt text, callout syntax) and terminology issues (product name casing, Oz terms to avoid, deprecated terms). Run with --changed for PR workflows or --all for periodic audits. Optionally auto-fix high-confidence issues with --fix.

2026-05-19
answer-question
カスタマーサービス担当者

Answer questions about Warp, Oz, agents, terminal features, billing, pricing, troubleshooting, privacy, skills, MCP, integrations, or any other Warp-related topic. Use when a user, support person, or engineer asks a question that can be answered from Warp's documentation. Searches the docs, synthesizes a comprehensive answer, and provides links to relevant doc pages.

2026-05-17
missing-docs
ソフトウェア開発者

Find and fill documentation gaps in Warp's Astro Starlight docs by auditing coverage against code surfaces in warp-internal and warp-server, then drafting missing pages. Use when asked to find missing docs, audit documentation coverage, identify undocumented features, draft docs for new features, or do a docs coverage check. Runs a Python audit script to identify gaps, then researches source code and writes first-pass doc pages. Can run audit-only, draft-only, or end-to-end.

2026-05-17
sync-error-docs
ソフトウェア開発者

Detect new platform error codes in warp-server that are missing documentation pages in the docs repo. Creates doc pages, astro.config.mjs (sidebar config) entries, and redirects for any gaps. Use on a weekly schedule or when error codes change.

2026-05-17
validate-ui-refs
校正者・コピーマーカー

Scan Warp Astro Starlight documentation for UI menu paths and Command Palette command names, then validate them against the warp-internal codebase for accuracy. Catch and surface outdated steps automatically.

2026-05-17
docs-seo-audit
市場調査アナリスト・マーケティングスペシャリスト

Audit docs.warp.dev for SEO issues like duplicate titles, missing meta descriptions, title length problems, and H1 tag issues. Crawls the live sitemap, generates a report, and fixes issues in the source files. Use when asked to check SEO, fix duplicate titles, audit meta tags, improve search rankings, or run an SEO check on the docs site.

2026-05-15
sync-openapi-spec
ソフトウェア開発者

Sync the public Oz Agent API OpenAPI spec from warp-server into the docs repo, regenerating `developers/agent-api-openapi.yaml` (the file that powers the Scalar API reference at `docs.warp.dev/api`). Use when the warp-server public API has changed, when the Scalar reference looks stale, or on a scheduled cadence to keep the public API docs aligned with the canonical spec.

2026-05-09
afdocs-audit
ソフトウェア品質保証アナリスト・テスター

Audit docs.warp.dev for agent-friendly documentation issues using the AFDocs scorecard. Checks llms.txt, markdown availability, content negotiation, page size, URL stability, and content structure. Use when asked to check agent readiness, run an AFDocs audit, improve the docs score, or verify llms.txt and markdown support.

2026-05-08
Showing top 8 of 23 collected skills in this repository.
#004
oz-skills
15 skills80056updated 2026-04-17
13% of creator
analysis-artifacts
データサイエンティスト

Generate reproducible analysis artifacts — SQL queries, Python visualizations, and summary tables — as you work through a BigQuery data analysis. Use when asked to conduct a deep dive, exploratory analysis, or investigation that goes beyond a simple data lookup.

2026-04-17
dbt-model-index
データサイエンティスト

Provide a lookup index of dbt models (BigQuery tables) to guide query writing against a data warehouse. Use when you need to query, analyze, or look up data in a dbt-powered data warehouse, or when resolving a vague data question into the right BigQuery tables to query.

2026-04-17
ci-fix
その他コンピュータ職

Diagnose and fix GitHub Actions CI failures. Inspects workflow runs and logs, identifies root causes, implements minimal fixes, and pushes to a fix branch. Use when CI is failing, red, broken, or needs diagnosis.

2026-02-11
create-pull-request
ソフトウェア開発者

Create a GitHub pull request following project conventions. Use when the user asks to create a PR, submit changes for review, or open a pull request. Handles commit analysis, branch management, and PR creation using the gh CLI tool.

2026-02-11
docs-update
テクニカルライター

Update user-facing documentation when code changes. Use when asked to update docs, review docs, handle documentation changes, run scheduled documentation tasks, or analyze recent commits for documentation needs.

2026-02-11
github-bug-report-triage
ソフトウェア開発者

Triage GitHub bug reports for actionability. Use when evaluating whether a bug issue has sufficient detail and identifying missing information from the reporter.

2026-02-11
github-issue-dedupe
ソフトウェア開発者

Detect duplicate GitHub issues using semantic search and keyword matching. Use when asked to find duplicates, check for similar issues, or set up automated duplicate detection.

2026-02-11
mcp-builder
ソフトウェア開発者

Build high-quality MCP (Model Context Protocol) servers that let LLMs interact with external services through well-designed tools. Use when creating MCP servers to integrate APIs or services in Python (FastMCP) or Node/TypeScript (MCP SDK).

2026-02-11
Showing top 8 of 15 collected skills in this repository.
#005
common-skills
9 skills160updated 2026-05-20
7.8% of creator
council
未分類

Run a model-diverse subagent council to investigate the same problem from multiple perspectives, compare findings, and produce a final recommendation. Use this skill whenever the user asks for a council, second opinions, multiple agents/models to evaluate one question, parallel investigation, red-team/blue-team comparison, or help deciding between competing technical approaches.

2026-05-20
reproduce-bug-report
未分類

Launch Oz cloud agents with computer use to reproduce UI-focused bug reports, capture visual evidence, and report reproduction findings. Use when investigating a specific interactive or visual bug from an issue, ticket, support report, or prompt.

2026-05-20
review-pr
未分類

Review a pull request diff and write structured feedback to review.json for the workflow to publish. Use when reviewing a checked-out PR from local artifacts like pr_diff.txt and pr_description.txt and producing machine-readable review output instead of posting directly to GitHub.

2026-05-20
pr-walkthrough
ウェブ開発者

Generate a static interactive D3 walkthrough of a pull request. Use when the user wants a zoomable PR map, graph/canvas PR orientation, or alternate visualization of PR system components, data flow, code dependencies, and user actions.

2026-05-14
brandalf
アートディレクターマーケティングマネージャー

Guides creation, revision, and review of Warp- or Oz-branded assets. Use when working on launch pages, docs, HTML/CSS components, UI mockups, prompts, social assets, copy, presentations, or any other branded deliverable that should look and sound unmistakably Warp or Oz.

2026-05-09
create-pr
ソフトウェア開発者

Create a pull request in the warp repository for the current branch. Use when the user mentions opening a PR, creating a pull request, submitting changes for review, or preparing code for merge.

2026-05-02
implement-specs
ソフトウェア開発者

Implement an approved feature from PRODUCT.md and TECH.md, keeping specs and code aligned in the same PR as implementation evolves. Use after the product and tech specs are approved and the next step is building the feature.

2026-05-02
spec-driven-implementation
コンピュータシステムアナリスト

Drive a spec-first workflow for substantial features by writing PRODUCT.md before implementation, writing TECH.md when warranted, and keeping both specs updated as implementation evolves. Use when starting a significant feature, planning agent-driven implementation, or when the user wants product and tech specs checked into source control.

2026-05-02
Showing top 8 of 9 collected skills in this repository.
#006
command-signatures
4 skills34updated 2026-04-27
3.5% of creator
#007
oz_workspace_agent
3 skills43updated 2026-02-09
2.6% of creator
#011
figma-skills
1 skills153updated 2026-03-24
0.9% of creator
12 件中 12 件のリポジトリを表示
すべてのリポジトリを表示しました