Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
neonwatty
GitHub creator profile

neonwatty

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

skills collected
34
repositories
13
occupation fields
3
updated
2026-06-03
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

#001
qa-skills
14 skills130updated 2026-04-06
41% of creator
desktop-workflow-generator
Softwarequalitätssicherungsanalysten und -tester

Generates desktop browser workflow documentation by exploring the app's codebase, then walking through the live app with the user step-by-step via Playwright to co-author verifications. Use when the user says "generate desktop workflows", "create desktop workflows", "update desktop workflows", or "generate browser workflows".

2026-04-06
mobile-workflow-generator
Softwarequalitätssicherungsanalysten und -tester

Generates mobile browser workflow documentation by exploring the app's codebase, then walking through the live app with the user step-by-step via Playwright in a mobile viewport (393x852) to co-author verifications. Use when the user says "generate mobile workflows", "create mobile workflows", "update mobile workflows", or "generate mobile browser workflows". Produces numbered workflow markdown files that feed into the mobile converter and Playwright runner. Includes iOS HIG awareness and mobile UX anti-pattern detection.

2026-04-06
multi-user-workflow-generator
Softwarequalitätssicherungsanalysten und -tester

Generates multi-user workflow documentation by interviewing the user about personas, exploring the codebase for multi-user patterns, then walking through the live app with per-persona Playwright CLI named sessions to co-author interleaved, persona-tagged workflows. Use when the user says "generate multi-user workflows", "create multi-user workflows", or "generate concurrent user workflows". Produces persona-tagged workflow markdown that feeds into the multi-user converter and Playwright runner.

2026-04-06
playwright-runner
Softwarequalitätssicherungsanalysten und -tester

Executes workflow markdown files interactively via Playwright CLI, stepping through each workflow action in a real browser. Use when the user says "run workflows", "run playwright", "test workflows", "execute workflows", or wants to interactively test their app against workflow documentation. Supports desktop, mobile, and multi-user workflows with authentication.

2026-04-06
use-profiles
Softwarequalitätssicherungsanalysten und -tester

Load saved Playwright storageState authentication profiles before browser automation. Activates when `.playwright/profiles.json` exists and browser work begins on authenticated pages. Trigger phrases include "use profile", "load profile", "browser as [role]", "authenticated browser", "logged in browser session".

2026-04-06
review-learnings
Softwarequalitätssicherungsanalysten und -tester

Synthesizes accumulated QA learnings from .qa-learnings/ledger.md into prioritized, actionable plugin improvements. Use when the user says "review learnings", "what have we learned", "improve the plugin", "learnings report", or "synthesize QA feedback".

2026-04-05
submit-learnings
Softwarequalitätssicherungsanalysten und -tester

Filters and submits accumulated QA learnings as a GitHub issue (with optional PR) on the plugin repo. Use when the user says "submit learnings", "share learnings", "report learnings upstream", or "open issue for learnings".

2026-04-05
adversarial-audit
Softwarequalitätssicherungsanalysten und -tester

Audits SaaS and usage-based web apps for adversarial usage patterns — accidental, opportunistic, and deliberate. Use this when the user says "adversarial audit", "abuse case audit", "idiot-proof this app", "find usage exploits", "business logic audit", or "how could users break this". Explores the codebase to map the economic surface area (pricing tiers, usage limits, free trials, costly resources), then generates abuse cases where user behavior — intentional or not — could break assumptions, bypass limits, amplify costs, or corrupt state. Produces a prioritized markdown report with findings, code locations, and fix recommendations, then optionally verifies findings interactively in a browser.

2026-04-04
Showing top 8 of 14 collected skills in this repository.
#002
job-apply-plugin
3 skills349updated 2026-03-01
8.8% of creator
#003
playwright-profiles
3 skills20updated 2026-05-03
8.8% of creator
auth-browse
Softwareentwickler

This skill should be used when the user asks to "sign into Cloudflare", "browse Sentry authenticated", "open Supabase dashboard", "log into Vercel", "check auth status", "authenticate to AWS", or any request to browse an external service that requires authentication using playwright-cli. Also triggers on "sign in to <site>", "authenticate to <site>", "open <site> logged in", "browse <service> for me". Complements use-profiles (per-project roles) by providing global persistent auth for external services. Defaults to Chromium; uses real Chrome (`--tier chrome`) only for bot-protected sites.

2026-05-03
capture-auth
Softwarequalitätssicherungsanalysten und -tester

This skill should be used when the user asks to "capture auth for my app", "sign into deckchecker", "save login for seatify", "add my app to playwright auth", "authenticate to my site", "set up QA user profiles", "sign in as admin", "sign in as planner", or wants to set up reusable authenticated browsing for a custom web app. Triggers on app names, custom domains, multi-user/QA auth, or any request to save auth state for a URL that is not a well-known external service. Complements auth-browse (external services) by handling the user's own apps and custom sites.

2026-04-29
use-profiles
Softwarequalitätssicherungsanalysten und -tester

This skill should be used when performing browser automation with Playwright MCP in a project that has `.playwright/profiles.json`, when the user mentions "use profile", "load profile", "browser as admin", "test as user", "browse as [role]", "switch profile", "authenticated browser", "logged in browser session", "open the site logged in", or when about to navigate to an authenticated page. Loads saved Playwright storageState authentication profiles so browser sessions start already logged in.

2026-04-29
#004
claude-interview-skills
3 skills10updated 2026-02-25
8.8% of creator
bug-interview
Softwarequalitätssicherungsanalysten und -tester

Deeply interviews the user about a bug before investigating or fixing it. Use this when the user says "interview me about [bug]", "I have a bug to report", "let's work on this bug", "found a bug", "there's a bug", or describes a bug they encountered. Asks probing questions about reproduction steps, environment, patterns, impact, and context that help isolate the root cause. Continues until the bug is well-understood, then writes a detailed investigation/fix plan.

2026-02-25
feature-interview
Projektmanagementspezialisten

Deeply interviews the user about a feature idea before implementation. Use this when the user says "interview me about [feature]", "I want to create a new feature", "let's create a new feature", "new feature", "plan a feature", or describes a feature they want to build. Asks probing, non-obvious questions about technical implementation, UI/UX decisions, edge cases, concerns, tradeoffs, and constraints. Continues interviewing until the feature is fully understood, then writes a detailed implementation plan.

2026-02-25
think-through
Projektmanagementspezialisten

A Socratic interview skill for thinking through technical ideas like apps, products, tools, and projects. Use this when the user says "think through [idea]", "help me think about [app/product]", "let's explore [project idea]", or wants to iterate on a technical concept before building. Asks probing questions about the problem, target users, market, technical approach, tradeoffs, and viability. Continues until the idea is well-explored, then produces a written summary and proposes directions.

2026-02-25
#005
codex-terminal-manager
2 skills00updated 2026-06-03
5.9% of creator
#006
claude-dev-skills
2 skills00updated 2026-02-25
5.9% of creator
#008
css-animation-skill
1 skills60updated 2026-05-03
2.9% of creator
#011
autopilot-loop
1 skills00updated 2026-05-03
2.9% of creator
12 von 13 Repositories angezeigt