Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
warpdotdev
ملف منشئ GitHub

warpdotdev

عرض على مستوى المستودعات لـ 227 skills مجمعة عبر 21 مستودعات GitHub.

skills مجمعة
227
مستودعات
21
محدث
2026-07-10
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

#01
warp
41 skills · 2026-07-10
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمصممو واجهات الويب والرقميةالمصممون الجرافيكيونالمهن الحاسوبية الأخرىمحللو أمن المعلومات
7 فئات مهنية · 100% مصنفة
18%الحصة
#02
social-monitoring-agent-oss
31 skills · 2026-07-06
مطوّرو البرمجياتمحللو أبحاث السوق ومتخصصو التسويقالكتّاب التقنيونمتخصصو إدارة المشاريعمحللو التمويل والاستثمار
5 فئات مهنية · 100% مصنفة
14%الحصة
#03
docs
30 skills · 2026-07-10
مطوّرو البرمجياتالكتّاب التقنيونمحللو أبحاث السوق ومتخصصو التسويقمتخصصو إدارة المشاريع
4 فئات مهنية · 100% مصنفة
13%الحصة
#04
common-skills
23 skills · 2026-07-09
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونالمهن الحاسوبية الأخرىالمصممون الجرافيكيون
4 فئات مهنية · 100% مصنفة
10%الحصة
#05
oz-for-oss
17 skills · 2026-06-01
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمتخصصو إدارة المشاريع
3 فئات مهنية · 100% مصنفة
7.5%الحصة
#06
oz-skills
15 skills · 2026-04-17
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونالمهن الحاسوبية الأخرىعلماء البياناتمحللو أبحاث السوق ومتخصصو التسويقمصممو قواعد البيانات
7 فئات مهنية · 100% مصنفة
6.6%الحصة
#07
competitive-intelligence-agent-oss
15 skills · 2026-07-08
محللو أبحاث السوق ومتخصصو التسويقمتخصصو إدارة المشاريعفنيو النشر المكتبيمطوّرو البرمجياتموظفو المكاتب العامونمحللو التمويل والاستثمار
6 فئات مهنية · 100% مصنفة
6.6%الحصة
#08
go-to-market-agent-oss
11 skills · 2026-07-08
ممثلو مبيعات الجملة والتصنيع (باستثناء المنتجات التقنية والعلمية)مطوّرو البرمجياتمندوبو مبيعات الخدمات (باستثناء الإعلان والتأمين والخدمات المالية والسياحة)
3 فئات مهنية · 100% مصنفة
4.8%الحصة
نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

المستودعات و skills الممثلة

tui-verify-change
محللو ضمان جودة البرمجيات والمختبرون

Verify a change to Warp's headless TUI front-end (crates/warp_tui) by running it under tmux and reading the rendered screen back with `tmux capture-pane` — the agent sees the real frame, no computer_use required. Use whenever you change TUI UI, rendering, input, or behavior and need to confirm the real on-screen result.

2026-07-10
add-feature-flag
مطوّرو البرمجيات

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

2026-07-10
gui-create-launch-modal
مطوّرو البرمجيات

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

2026-07-10
gui-integration-test
محللو ضمان جودة البرمجيات والمختبرون

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 nextest suite, or verifying end-to-end UI and terminal behavior in Warp.

2026-07-10
gui-onboarding-verification-skill
محللو ضمان جودة البرمجيات والمختبرون

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 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-07-10
gui-reproduce-bug-report-local
مطوّرو البرمجيات

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.

2026-07-10
gui-ui-guidelines
مطوّرو البرمجيات

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.

2026-07-10
promote-feature
مطوّرو البرمجيات

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.

2026-07-10
عرض أهم 8 من أصل 41 skills مجمعة في هذا المستودع.
changelog-slack-announcement
محللو أبحاث السوق ومتخصصو التسويق

Draft concise, Slack-ready internal announcement messages from the latest <BRAND> changelog, focused on major shipped features and verified external-contributor highlights. Use this when the user asks for a changelog announcement, weekly shipped summary, internal Slack launch/update post, external community contribution highlights, or asks to turn recent <BRAND> changelog entries into a short message for Slack.

2026-07-06
changelog-social-swarm
محللو أبحاث السوق ومتخصصو التسويق

Weekly skill that scans merged PRs in your internal repo for CHANGELOG entries, categorizes them into topic buckets, drafts tweet suggestions, and posts a structured summary to #social-swarm on Slack for the team to pick up. Use when asked to "generate the social swarm post", "what's tweet-worthy this week", or "run the changelog bot".

2026-07-06
customer-channel-analysis
محللو أبحاث السوق ومتخصصو التسويق

Analyze configured customer Slack channels and produce temporary customer-channel analysis context for later share-recommendation workflows.

2026-07-06
customer-channel-share-recommendations
محللو أبحاث السوق ومتخصصو التسويق

Create customer-channel share recommendations by having an agent compare customer-channel analysis with recent brand content and Slack history.

2026-07-06
daily-mentions-summary
محللو أبحاث السوق ومتخصصو التسويق

End-of-day recap of <BRAND>'s social mentions using Octolens. Produces a Slack-ready summary with sentiment score, highlights, and lowlights. Use when the user asks for a daily mentions recap, EOD summary, or "what happened today in mentions".

2026-07-06
discover-viral-posts
محللو أبحاث السوق ومتخصصو التسويق

Daily discovery of viral and rising X posts relevant to <BRAND>'s product and <PRODUCT_CATEGORY>. Searches curated thought leader feeds, filters for relevance first, then ranks by engagement. Surfaces top posts to #social-swarm with engagement recommendations. Use when the user asks for a "viral post roundup", "what's trending in <PRODUCT_CATEGORY>", "social swarm digest", or "find posts to engage with".

2026-07-06
draft-article-title
الكتّاب التقنيون

Brainstorm and evaluate X article title options for an author based on a Google Doc draft and an initial title idea. Uses the author's historical engagement data to score angles. Trigger when the user shares a Google Doc URL and wants title ideas, says "brainstorm titles", "help with an article title", "what should I call this", or "weigh this title against options". Always use this skill when a gdoc + title question appear together.

2026-07-06
draft-brand-reply
محللو أبحاث السوق ومتخصصو التسويق

Draft community engagement replies for <BRAND> team members responding to mentions, questions, complaints, or conversations about <BRAND> on Twitter/X, Reddit, or other platforms.

2026-07-06
عرض أهم 8 من أصل 31 skills مجمعة في هذا المستودع.
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-07-10
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-07-10
sync-terminology
مطوّرو البرمجيات

Sync the Warp terminology glossary from the Notion Dictionary to the repo. Fetches the Notion Dictionary page, compares with .warp/references/terminology.md, and opens a PR for any additions or changes. Flags repo-only terms that are missing from Notion. Use on a weekly schedule or manually when terminology changes.

2026-07-10
update-changelog
مطوّرو البرمجيات

Update the public changelog at docs.warp.dev/changelog with the latest stable release. Fetches changelog data from channel-versions, formats a new entry, and opens a PR. Use after a stable release ships (typically Fridays).

2026-07-10
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-07-10
release-updates
مطوّرو البرمجيات

Run weekly release docs updates with standalone scripts for changelog, licenses, and telemetry, plus Linux/Oz Warp artifact preparation. Defaults to running all tasks in order, and supports running only selected tasks.

2026-07-09
missing-docs
مطوّرو البرمجيات

Find and fill documentation gaps in Warp's Astro Starlight docs by auditing coverage against code surfaces in the public warp client repo 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, detect doc-impacting code changes since the last audit, or do a docs coverage check. Runs a Python audit script (coverage + snapshot-based change detection), then researches source code and writes first-pass doc pages. Can run audit-only, draft-only, drift-watch (recurring agent), or end-to-end.

2026-07-08
improve-drafting-skills
مطوّرو البرمجيات

Monthly outer loop agent that reads accumulated signal logs from agent-authored PRs and proposes targeted improvements to the drafting skills and templates. Part of the docs self-improvement loop architecture. Use when asked to run the drafting improvement loop, or as a scheduled monthly cloud agent.

2026-07-07
عرض أهم 8 من أصل 30 skills مجمعة في هذا المستودع.
readout
مطوّرو البرمجيات

Produce a polished, self-contained HTML "readout" document under ~/.readouts (with an auto-maintained index page), either by snapshotting the findings accumulated in the current conversation or — when invoked fresh, e.g. "/readout on how github webhook events are processed" — by sharpening scope with clarifying questions and researching the codebase before documenting. The work runs in a child agent so the main conversation's context stays clean. Use whenever the user invokes /readout, says "write this up", "turn this into a doc/page", "make a readout", or asks for a readable, shareable document capturing findings or explaining how something works.

2026-07-09
scan-new-specs
مطوّرو البرمجيات

Scan warpdotdev/warp and warp-server for recently merged PRODUCT.md specs that don't yet have a corresponding docs PR in warpdotdev/docs. When a complete spec is found, auto-generates a full docs draft PR and tags the engineer. When a spec is too thin to draft from, pings the engineer directly. Designed to run as a scheduled Oz ambient agent (e.g., every 2-3 days). Use when setting up the automated docs trigger or running a manual docs coverage sweep.

2026-07-08
write-feature-docs
مطوّرو البرمجيات

Draft a complete documentation page for a new Warp feature from its PRODUCT.md and/or TECH.md spec. Use when an engineer has written a spec and needs to produce a first-pass MDX draft for the warpdotdev/docs repo. Also handles features without specs by researching the codebase first. Invoke this skill whenever an engineer mentions writing docs for a feature, drafting a docs page, creating feature documentation, starting the eng-docs workflow, or converting a spec into documentation. Works from warp-internal or warp-server.

2026-07-08
saga
المهن الحاسوبية الأخرى

Run an autonomous, spec-driven development "saga" for medium-to-large features using an orchestrator agent and a fleet of worker subagents. Use this skill whenever the user invokes /saga, asks to autonomously build a sizable feature end-to-end with minimal human intervention, wants a comprehensive spec broken into milestones and tasks with airtight validation criteria before parallelized implementation, or wants an orchestrator to delegate implementation to worker agents while preserving its own context window. Trigger on phrases like "run a saga", "autonomously implement this feature", "spec it out then build it with subagents", "orchestrate this big feature end-to-end", or "build this with workers and validate each step". Also use this skill when asked to continue, resume, or pick up an existing saga from its saga directory (e.g. under ~/.sagas).

2026-06-24
cross-critique
المهن الحاسوبية الأخرى

Run a second round on a contested question by circulating each subagent's independent proposal to the other authors and asking for structured pros and cons, then synthesize. Use this skill whenever you have multiple independent proposals or opinions on a contested decision — architecture tradeoffs, code review disagreements, design choices, competing root-cause theories — and want sharper analysis than you'd produce by synthesizing alone. Pairs naturally with the council and research skills; reach for it liberally whenever proposals diverge.

2026-06-18
research
المهن الحاسوبية الأخرى

Delegate noisy investigation to one or more subagents so the orchestrator's context stays clean, then work from the distilled answer. Use this skill whenever answering a question would require reading many files, long logs, large diffs, or wide codebase surveys — i.e. when producing the answer generates far more noise than the answer itself. Use it for "how does X work", "where is Y used", "what's the root cause of Z", "summarize this PR/log" style questions, and reach for it liberally before reading a pile of files inline.

2026-06-18
validate-changes-match-specs
محللو ضمان جودة البرمجيات والمختبرون

Validate that a branch or pull request implementation matches introduced product, technical, security, and related specs. Use when reviewing or finishing a spec-driven change and resolving mismatches between checked-in specs and implementation.

2026-05-31
respond-to-pr-comments-in-blocklist
محللو ضمان جودة البرمجيات والمختبرون

Walk users through PR review comments, fetching and displaying them first when needed, collect per-comment response decisions, apply requested fixes, and preview GitHub replies and resolutions before posting. Use when responding to PR review comments on the current branch.

2026-05-30
عرض أهم 8 من أصل 23 skills مجمعة في هذا المستودع.
create-product-spec
متخصصو إدارة المشاريع

Create a product spec from a GitHub issue in this repository by applying the 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 a cloud workflow explicitly asks for it.

2026-06-01
create-tech-spec
مطوّرو البرمجيات

Create a technical spec from a GitHub issue in this repository by applying the 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 a cloud workflow explicitly asks for it.

2026-06-01
implement-issue
مطوّرو البرمجيات

Implement a GitHub issue in this repository by applying the 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 a cloud workflow explicitly asks for it.

2026-06-01
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-06-01
update-pr-review
محللو ضمان جودة البرمجيات والمختبرون

Update the repo-local review-pr-local and review-spec-local companion skills using human feedback left on pull request conversations. Use when aggregating replies to agent-authored PR review comments, incorporating broader human review comments, extracting repeated reviewer feedback, and refining .agents/skills/review-pr-local/SKILL.md and .agents/skills/review-spec-local/SKILL.md with evidence-backed adjustments.

2026-06-01
verify-pr
محللو ضمان جودة البرمجيات والمختبرون

Run repository-defined PR verification skills, aggregate the results, and hand back a verification report plus any supporting artifacts without mutating GitHub directly.

2026-06-01
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
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
عرض أهم 8 من أصل 17 skills مجمعة في هذا المستودع.
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
عرض أهم 8 من أصل 15 skills مجمعة في هذا المستودع.
analyze-customer-feedback
محللو أبحاث السوق ومتخصصو التسويق

analyzes customer feedback across Email, GitHub, NPS, and churn cancellations.

2026-07-08
analyze-git-history
متخصصو إدارة المشاريع

Analyzes git history from a repository to summarize recent development activity, features in progress, and engineering priorities. Use when asked about what the team is working on, recent code changes, development velocity, or to prepare for planning/roadmap discussions.

2026-07-08
answer-pricing
محللو التمويل والاستثمار

Projects a customer's cost from prior usage data across seat-based, usage-based, and hybrid SaaS pricing models. Use when asked to "project cost", "estimate BYO cost", "estimate spend", "how much will this cost", "size a deal", or to build an enterprise-style usage/cost projection.

2026-07-08
feature-research
محللو أبحاث السوق ومتخصصو التسويق

Does research on competitive features and creates a report.

2026-07-08
fix-p0-issues
مطوّرو البرمجيات

Reads the most recent weekly product briefing, identifies P0 issues, researches them in the codebase, and spawns cloud coding agents to fix each one. Use when asked to "fix P0s", "address critical issues", or "work on top priorities from the briefing."

2026-07-08
post-to-slack
مطوّرو البرمجيات

Posts messages to Slack via webhook.

2026-07-08
read-google-docs
موظفو المكاتب العامون

Reads content from a specific Google Doc by URL or document ID.

2026-07-08
summarize-changelog
محللو أبحاث السوق ومتخصصو التسويق

Does research on competitor's changelogs.

2026-07-08
عرض أهم 8 من أصل 15 skills مجمعة في هذا المستودع.
bdr-company-research
ممثلو مبيعات الجملة والتصنيع (باستثناء المنتجات التقنية والعلمية)

Run BDR Agent company research for a HubSpot lead when agent_orchestrator starts the company_research stage. Canonical skill for the company_research runtime.

2026-07-08
bdr-immediate-rewrite
ممثلو مبيعات الجملة والتصنيع (باستثناء المنتجات التقنية والعلمية)

Use for Slack-thread BDR Outreach Composer rewrite requests when a human mentions @BDR Agent or asks for an immediate rewrite of a generated lead email body. Handles source-safe rewriting, preview posting, and safe HubSpot writeback for the tied record.

2026-07-08
bdr-outreach-composer
ممثلو مبيعات الجملة والتصنيع (باستثناء المنتجات التقنية والعلمية)

Create and persist the BDR Outreach Composer lead brief plus three ranked full cold-email body drafts while using the current bdr_agent.stages.outreach_composer runtime and persisted lead_brief storage contract.

2026-07-08
bdr-self-improvement
ممثلو مبيعات الجملة والتصنيع (باستثناء المنتجات التقنية والعلمية)

Run the scheduled BDR Self-Improvement Agent. Use this skill for weekday Oz scheduled jobs that review BDR Slack feedback, recent sent/edited BDR emails, and product positioning-source changes, then open a tightly scoped PR to improve the Outreach Composer positioning guide or style guide only when evidence is generalizable.

2026-07-08
bdr-company-research
ممثلو مبيعات الجملة والتصنيع (باستثناء المنتجات التقنية والعلمية)

Run BDR Agent company research for a HubSpot lead when agent_orchestrator starts the company_research stage. Canonical skill for the company_research runtime.

2026-07-08
bdr-immediate-rewrite
ممثلو مبيعات الجملة والتصنيع (باستثناء المنتجات التقنية والعلمية)

Use for Slack-thread BDR Outreach Composer rewrite requests when a human mentions @BDR Agent or asks for an immediate rewrite of a generated lead email body. Handles source-safe rewriting, preview posting, and safe HubSpot writeback for the tied record.

2026-07-08
bdr-lead-brief
ممثلو مبيعات الجملة والتصنيع (باستثناء المنتجات التقنية والعلمية)

Legacy compatibility alias for BDR Outreach Composer; create and persist a lead_brief-compatible brief plus three ranked full cold-email body drafts using the current bdr_agent.stages.outreach_composer runtime contract.

2026-07-08
bdr-outreach-composer
ممثلو مبيعات الجملة والتصنيع (باستثناء المنتجات التقنية والعلمية)

Create and persist the BDR Outreach Composer lead brief plus three ranked full cold-email body drafts while using the current bdr_agent.stages.outreach_composer runtime and lead_brief compatibility contract.

2026-07-08
عرض أهم 8 من أصل 11 skills مجمعة في هذا المستودع.
cro-analyze
محللو أبحاث السوق ومتخصصو التسويق

Full experiment analysis, report, insight capture, ship/kill PR. Triggered by bud_server webhook when a Roadmap entry's Status changes to 7-analyzing.

2026-07-07
cro-backlog-monitor
محللو أبحاث السوق ومتخصصو التسويق

Twice-daily scan of idle pages (6 AM & 6 PM UTC): dispatch builds, notify when pages need prioritization, trigger research for empty backlogs. Runs as the first pass of the cro-monitor cron.

2026-07-07
cro-build
مطوّرو البرمجيات

Build and ship an A/B test experiment from a prioritized hypothesis at 50/50 split. Triggered by bud_server webhook when a Roadmap entry's Status changes to 3-building.

2026-07-07
cro-experiment-monitor
محللو أبحاث السوق ومتخصصو التسويق

Twice-daily experiment lifecycle (6 AM & 6 PM UTC): merge detection, validation, running checks, conclusion detection, ship/kill PR merge tracking. Runs as the second pass of the cro-monitor cron, after backlog_monitor.

2026-07-07
cro-owner-sync
متخصصو إدارة المشاريع

Propagate Owner changes from the Page Registry to the Roadmap & Backlog. Triggered by Notion automation when the Owner field changes on a Page Registry entry.

2026-07-07
cro-page-registry-sync
محللو أبحاث السوق ومتخصصو التسويق

Daily sync of the Notion Page Registry: pulls last-7-day traffic from BigQuery, adds new pages, updates Daily Traffic and CVR, syncs cross-database fields (insights, hypotheses, hit rate), and computes each page's Research Status. Runs as the cro-page-registry-sync Oz cron at 06:00 UTC.

2026-07-07
cro-research
محللو أبحاث السوق ومتخصصو التسويق

Research website pages and generate A/B test hypotheses. Runs when triggered or on-demand for a single page. Discovers traffic sources, analyzes on-page behavior and visual design, then writes findings and hypotheses back to Notion.

2026-07-07
cro-weekly-recap
محللو أبحاث السوق ومتخصصو التسويق

Weekly CRO recap posted to #your-recap-channel every Friday at 9 AM CT (14:00 UTC). Summarizes experiments concluded, ship rate, and estimated impact. Runs as the cro-weekly-recap Oz cron.

2026-07-07
front-appeals-inbox
مطوّرو البرمجيات

Look up whether a specific email address has submitted an account ban appeal in Warp's Front Appeals inbox. Use when given an email address (e.g. from a fraud investigation) and you need to check if that user has appealed, and retrieve the content of their appeal. Returns conversations and message bodies for downstream use by other skills. Part of the fraud-bot skill suite.

2026-07-06
ip-cluster-analysis
مطوّرو البرمجيات

Detect coordinated free-tier AI abuse by analyzing IP address concentration in client telemetry. Use when investigating usage spikes, geographic anomalies in AI spend, or suspected fraud rings that bypass Verisoul (which only checks the first AI query). This skill queries the enriched client-events table to find IPs and /24 subnets with suspiciously many distinct free users creating AI blocks, then trends them over time to distinguish new fraud surges from persistent abuse.

2026-07-06
prompt-injection-denylist
مطوّرو البرمجيات

Detect and investigate fraud rings that use Warp as a free LLM backend by injecting third-party system prompts (e.g., OpenClaw, Claude Code) into agent mode queries. Use when you see unusual agent mode cost spikes, high volumes of identical-looking first messages, or tool-call loops referencing tools that don't exist in Warp (e.g., Bash, Read, exec). This skill covers how to identify prompt injection patterns, backtest proposed denylist strings for false positives, and monitor cost impact.

2026-07-06
slack-community-check
مطوّرو البرمجيات

Check if a Warp user is an active member of the Warp Community Slack workspace. Use when investigating a ban appeal to determine if the user has recent posting activity (last 90 days) in the community — a strong signal of legitimate developer engagement. All Slack API logic runs in a deterministic script; the agent reads only the JSON result and never calls Slack APIs directly, reads message text, or joins channels. Part of the fraud-bot skill suite.

2026-07-06
user-convo-summary
مطوّرو البرمجيات

Summarize a Warp user's agent mode conversation history to understand how they use Warp. Use when asked to profile, summarize, or investigate what a specific user has been doing in agent mode (e.g., "summarize agent mode usage for user@example.com", "what has this user been using Warp for?", "get conversation info for this user").

2026-07-06
user-graph-traversal
مطوّرو البرمجيات

Traverse a Warp user's terminal ID / user graph to find all accounts that have shared the same computer (anonymous terminal ID). Use when investigating whether a user has multiple accounts, finding connected fraud rings via shared devices, or asked to "traverse the user graph", "find related accounts", "find accounts sharing the same computer", or "find connected users" for a given email or user.

2026-07-06
verisoul-lookup
مطوّرو البرمجيات

Look up a user account in Verisoul to check for fraud signals and account authenticity. Use when given an email address (e.g. from a fraud investigation) and you need to verify the account's legitimacy, check risk scores, and analyze email domain and device signals. Returns detailed account information including decision (Real/Fake), risk scores, email analysis, and device/network risk signals. Part of the fraud-bot skill suite.

2026-07-06
fraud-checker
مطوّرو البرمجيات

Investigate Warp's user data to identify fraudulent account patterns and quantify their impact. Use when asked to detect fraud, investigate suspicious accounts, analyze abuse patterns, create fraud reports, or block malicious domains.

2026-07-06
cherrypick-to-release
مطوّرو البرمجيات

Resolves a commit and cherry-picks it into one or more client release branches. By default, cherry-picks into BOTH preview and stable. Use when the user asks to cherrypick, backport, or apply a hotfix to a release branch. Optionally waits for a public commit to sync into an internal repo before creating release PRs assigned to the current on-call.

2026-07-08
cut-new-release-candidate
مطوّرو البرمجيات

Trigger a new release candidate build from a user-provided release branch name. Use when the user asks to cut/trigger/start a new release candidate (e.g. “cut a new RC”, “trigger Cut New Release Candidate”, “make a new .stable_01/.preview_01”) and provides (or can provide) the release branch. Runs the GitHub Actions workflow “Cut New Release Candidate” on the specified ref and returns the run URL (does not wait for completion). Also posts an update to Slack after triggering.

2026-07-08
post-daily-new-issues
مطوّرو البرمجيات

Post the daily digest of new Sentry issues for the current stable release to an on-call Slack channel. Use when the user asks to run or post the daily stable Sentry digest for on-call.

2026-07-08
post-release-status
مطوّرو البرمجيات

Post or update a release status message in Slack tracking cherry-picked PRs and their current status. Use when the user asks to post, update, or check cherry-pick status for a release.

2026-07-08
respond-to-slack-thread
مطوّرو البرمجيات

Post a reply to a Slack thread. Use when the user asks to reply to, respond to, or follow up on a Slack thread. Handles fetching thread context and posting a reply.

2026-07-08
عرض 12 من أصل 21 مستودعات