Find the perfect skill
Draft Blog Social Media Posts
Content
Drafts or revises X, LinkedIn, and Bluesky social copy in a blog post's frontmatter, iterating with self-critique until it passes review. Uses the blog body as source of truth for specifics.
Daily synthesis phase
Data & AI
Converts research notes into a schema-valid report.json, emphasizing data honesty and incremental writing.
Dify Docs Terminology Check
Documentation
Audit terminology consistency across documentation against the codebase UI labels and the glossary. Covers full files, not just diffs; excludes env var docs.
WebF Controller Management
Development
Manage WebF controllers safely with WebFControllerManager (lifecycle, reuse, pre-render, multiple controllers).
Fix One Design-System Finding
Productivity
Fix a specific design-system integration issue in a Figma screen, respecting the scope defined by the audit.
Security Audit Triage
Security
Map pentest reports and CVEs to code, classify findings with evidence, assess API risk, and get prioritized fix scope. Read-only analysis before security fixes.
Git Commit Workflow Automation
Development
Automates git commits with precommit hook handling, lint/type checks, test fixing, README and API reference updates.
YouTube Thumbnail Generation
Content
Generates a 1280x720 YouTube thumbnail from the brand design system. Uses headless Chrome and Playwright for local, deterministic rendering without an external image model.
Smart Review Dispatcher
Development
Dispatches code review tasks by classifying changed files and running appropriate reviewers. Skips reviews that already ran.
QA test and fix bugs
Testing
Systematically QA test a web application and fix bugs found. Runs QA testing, then iteratively fixes bugs in source code with atomic commits.
Modern JavaScript & Async
Development
Expert in modern JavaScript with ES6+, async patterns, and Node.js. Handles promises, event loops, and browser/Node compatibility.
Threat Analysis (STRIDE/PASTA)
Security
Systematically identifies and analyzes threats using STRIDE or PASTA frameworks. Generates a threat catalog, attack trees, abuse cases, and a prioritized risk register. Useful when modeling security threats or performing risk assessments.