Skip to main content
Run any Skill in Manus
with one click
$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
occupation focus
Major fields detected across this creator.
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
Software DevelopersSoftware Quality Assurance Analysts & TestersGraphic DesignersInformation Security AnalystsWeb Developers
5 occupation categories · 100% classified
27%share
#02
oz-for-oss
23 skills · 2026-05-18
Software DevelopersSoftware Quality Assurance Analysts & TestersProject Management SpecialistsInformation Security Analysts
4 occupation categories · 100% classified
20%share
#03
docs
23 skills · 2026-05-19
Software DevelopersProofreaders & Copy MarkersCustomer Service RepresentativesDatabase ArchitectsMarket Research Analysts & Marketing SpecialistsSoftware Quality Assurance Analysts & Testers
7 occupation categories · 100% classified
20%share
#04
oz-skills
15 skills · 2026-04-17
Software DevelopersSoftware Quality Assurance Analysts & TestersData ScientistsComputer Occupations, All OtherMarket Research Analysts & Marketing SpecialistsNetwork & Computer Systems Administrators
8 occupation categories · 100% classified
13%share
#05
common-skills
9 skills · 2026-05-20
Software DevelopersArt DirectorsBusiness Operations Specialists, All OtherComputer Systems AnalystsMarketing ManagersWeb Developers
6 occupation categories · 67% classified
7.8%share
#06
command-signatures
4 skills · 2026-04-27
Network & Computer Systems AdministratorsSoftware Developers
2 occupation categories · 100% classified
3.5%share
#07
oz_workspace_agent
3 skills · 2026-02-09
Software Developers
1 occupation categories · 100% classified
2.6%share
#08
oz-agent-action
2 skills · 2026-03-25
Software DevelopersSoftware Quality Assurance Analysts & Testers
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
Software Developers

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
Software Quality Assurance Analysts & Testers

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
Software Quality Assurance Analysts & Testers

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
Software Quality Assurance Analysts & Testers

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
Software Quality Assurance Analysts & Testers

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
Software Developers

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
Web Developers

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
Software Developers

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
Software Quality Assurance Analysts & Testers

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
Project Management Specialists

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
Software Developers

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
Software Developers

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
Software Developers

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
Software Quality Assurance Analysts & Testers

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
Project Management Specialists

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
Information Security Analysts

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
Proofreaders & Copy Markers

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
Customer Service Representatives

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
Software Developers

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
Software Developers

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
Proofreaders & Copy Markers

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
Market Research Analysts & Marketing Specialists

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
Software Developers

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
Software Quality Assurance Analysts & Testers

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
Data Scientists

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
Data Scientists

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
Computer Occupations, All Other

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
Software Developers

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
Technical Writers

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
Software Developers

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
Software Developers

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
Software Developers

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
unclassified

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
unclassified

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
unclassified

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
Web Developers

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
Art DirectorsMarketing Managers

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
Software Developers

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
Software Developers

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
Computer Systems Analysts

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
Showing 12 of 12 repositories
All repositories loaded
warpdotdev GitHub Skills | SkillsMP