mit einem Klick
skills-factory
skills-factory enthält 22 gesammelte Skills von przbadu, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.
Skills in diesem Repository
Obsidian vault management suite. Use when the user mentions vault, obsidian, notes, knowledge base, or asks to capture notes, clean up, search, organize, backup, get health reports, or AI-analyze their vault. Handles all vault operations via sub-commands: capture, cleanup, health, search, organize, ai, backup, setup. Triggers on /vault, vault capture, vault cleanup, vault health, vault search, vault organize, vault ai, vault backup, vault setup, or natural language equivalents.
Interactive Stripe subscription lifecycle tester for the ProcurementExpress (po-app) Rails app. Simulates real Stripe webhook flows in dev environment to test subscription lock/unlock behavior. Use when: "test stripe", "test subscription", "test payment flow", "test incomplete subscription", "test payment failed", "test subscription lock", "stripe test scenario", "test billing", "/stripe-subscription-tester", "simulate stripe webhook", "test parent company lock", "test child company cascade", or any request to test Stripe subscription payment flows in the local development environment.
ProcurementExpress approval flow configuration. Use when creating, updating, publishing, or managing approval flows and their steps, conditions, and runs. Approval flows automate the routing of POs and invoices to the right approvers based on configurable conditions. Routes to MCP tools: list_approval_flows, get_approval_flow, create_approval_flow, update_approval_flow, delete_approval_flow, archive_approval_flow, publish_approval_flow, unpublish_approval_flow, list_approval_flow_runs, get_approval_flow_entity, list_approval_flow_versions, get_approval_flow_version_details, rerun_approval_flows. Triggers on: approval flow, approval workflow, approval steps, approval conditions, approval routing, publish flow, flow runs, flow version, flow history, rerun approval.
ProcurementExpress authentication and user profile management. Use when authenticating to the ProcurementExpress API (V1 static token or V3 OAuth2 login), validating or revoking tokens, or managing the current user's profile. Routes to MCP tools: authenticate, validate_token, revoke_token, get_current_user, update_current_user. Triggers on: login, sign in, authenticate, token, session, user profile, my account, change password.
ProcurementExpress budget management. Use when listing, viewing, creating, or updating budgets (cost centers). Routes to MCP tools: list_budgets, get_budget, create_budget, update_budget. Triggers on: budget, cost center, spending limit, budget allocation, remaining budget, budget approvers.
ProcurementExpress company management, employee listing, user invitations, and approver queries. Use when listing companies, switching the active company, viewing company details and settings, managing employees and user invitations, or querying approvers. Routes to MCP tools: list_companies, get_company, get_company_details, set_active_company, list_approvers, list_all_approvers, list_employees, invite_user, get_invite_limit, list_pending_invites, cancel_invite, resend_invite. Triggers on: company, switch company, employees, invite user, approvers, company settings, custom fields, payment terms.
ProcurementExpress department management. Use when listing, viewing, creating, or updating departments (organizational units). Routes to MCP tools: list_departments, get_department, create_department, update_department. Triggers on: department, division, organizational unit, department users, department budgets.
ProcurementExpress invoice management. Covers creating, updating, accepting, approving, rejecting, cancelling, archiving invoices, and adding comments. Handles the full invoice lifecycle from receipt through approval to settlement. Routes to MCP tools: list_invoices, get_invoice, create_invoice, update_invoice, accept_invoice, approve_invoice, reject_invoice, cancel_invoice, archive_invoice, dearchive_invoice, rerun_invoice_approval_flow, add_invoice_comment. Triggers on: invoice, bill, invoice approval, invoice status, awaiting review, outstanding invoice, ready to pay, invoice comment, invoice line items.
ProcurementExpress payment management. Use when creating or viewing payments to settle invoices and purchase orders. Routes to MCP tools: get_payment, create_payment, create_po_payment. Triggers on: payment, pay invoice, pay purchase order, settle, bank transfer, payment record, payment type.
ProcurementExpress purchase order (PO) management — the core procurement workflow. Covers creating, updating, approving, rejecting, cancelling, archiving, and deleting POs. Also handles delivery tracking, PDF generation, forwarding POs to suppliers, and adding comments. Routes to MCP tools: list_purchase_orders, get_purchase_order, create_purchase_order, update_purchase_order, approve_purchase_order, reject_purchase_order, override_and_approve_purchase_order, cancel_purchase_order, archive_purchase_order, delete_purchase_order, generate_purchase_order_pdf, get_pending_request_count, receive_purchase_order_items, cancel_receiving_items, complete_purchase_order_delivery, add_purchase_order_comment, forward_purchase_order, list_send_to_supplier_templates. Triggers on: purchase order, PO, create PO, approve PO, reject PO, PO delivery, PO PDF, forward PO, PO comment, pending approvals, line items, PO status.
ProcurementExpress settings, reference data, and integrations. Covers tax rates, webhooks, currencies, chart of accounts (GL codes), and QuickBooks (QBO) customers/classes. Use when managing tax rates, setting up webhooks for PO events, querying currencies, looking up chart of accounts or GL codes, or working with QuickBooks data. Routes to MCP tools: list_tax_rates, get_tax_rate, create_tax_rate, update_tax_rate, list_webhooks, get_webhook, create_webhook, update_webhook, delete_webhook, list_currencies, list_all_currencies, list_chart_of_accounts, get_chart_of_account, list_qbo_customers, get_qbo_customer, list_qbo_classes, get_qbo_class. Triggers on: tax rate, VAT, webhook, delete webhook, currency, chart of accounts, GL code, QuickBooks, QBO customer, QBO class, accounting integration.
ProcurementExpress supplier and product management. Use when listing, viewing, creating, or updating suppliers (vendors) and their products (catalog items). Routes to MCP tools: list_suppliers, get_top_suppliers, get_supplier, create_supplier, update_supplier, list_products, get_product, create_product, update_product. Triggers on: supplier, vendor, product, catalog, SKU, top suppliers, supplier search, product list.
Autonomous flaky test fixer, slow test optimizer, and test suite health improver for Rails projects. Use when the user asks to: fix flaky tests, speed up slow tests, clean up test suite, optimize test performance, find slow queries in tests, remove outdated tests, deduplicate tests, fix timezone issues in tests, fix hardcoded ID issues in factories, improve CI time, or any variation of "fix my tests", "tests are flaky", "CI is slow", "optimize test suite", "/flaky-test". Triggers on: "flaky test", "slow test", "fix tests", "test performance", "CI too slow", "test cleanup", "optimize specs", "test health".
Manage git worktrees for parallel development. Use when the user wants to create a new worktree, work on a feature in a separate worktree, list existing worktrees, clean up merged worktrees, or any variation of "new worktree", "parallel branch", "worktree for feature X". Triggers on requests like "create a worktree", "start a new feature in a worktree", "show my worktrees", "clean up worktrees", or "I want to work on X in parallel".
Dual-agent GitHub PR code review. Spawns two parallel background agents: (1) a Sonnet agent that finds and fixes GitHub Copilot review comments/issues on the PR, and (2) an Opus agent that performs a comprehensive code review covering security, performance, best practices, and test coverage. Use when the user asks to "review a PR", "review pull request", "code review", shares a GitHub PR URL and wants review, or asks to "fix copilot issues" on a PR. Triggers: PR URLs, "review PR #123", "review this PR", "spawn review agents", "review team".
Create git commits from staged changes. Automatically use when the user asks to commit, make a commit, git commit, save changes, or any variation of committing code. Triggers on requests like "commit this", "commit my changes", "/commit", or "make a commit".
Triage, rank, and fix GitHub bug tickets to systematically reduce bug count. Fetches open issues with "Bug" label from a GitHub repo, scores each by complexity and AI-fixability, presents a ranked dashboard, and guides the user through fixing selected bugs using git worktrees, task-master, and automated PR creation. Use when: user says "crush bugs", "triage bugs", "fix bugs", "bug crusher", "reduce bug count", "low hanging bugs", "show me bugs", "/bug-crusher", "what bugs can AI fix", "bug dashboard", "bug progress", or any request to systematically work through GitHub bug tickets.
End-to-end development autopilot driven by GitHub issue links. When a user shares a GitHub issue URL (e.g., https://github.com/org/repo/issues/123), this skill fetches the issue, generates a PRD using task-master templates, parses it into tasks, analyzes complexity, expands subtasks, then iteratively implements each task with validation and code review. Triggers on sharing a GitHub issue link with intent to implement, "autopilot this issue", "implement this issue", "/github-autopilot", "work on this GitHub issue", or any request to autonomously implement a GitHub issue end-to-end.
Daily production performance monitoring, diagnosis, and auto-fix using Chrome browser automation. Checks New Relic APM, Logtails logs, PGHero slow queries, and Airbrake errors to produce a scored performance report and automatically fix the highest-impact issue. Use when the user asks to "check performance", "morning perf check", "run perf monitor", "/perf-monitor", "daily performance report", "check new relic", "check production health", or any variation of monitoring and fixing production performance issues. Requires Chrome browser automation.
Automatically triage and fix production Airbrake errors using Chrome browser automation. Use when the user asks to "fix airbrake errors", "check airbrake", "triage production errors", "fix production exceptions", "/airbrake", "scan airbrake", or any variation of finding and fixing errors from Airbrake. Requires Chrome browser automation (--chrome flag or chrome enabled in settings). Opens Airbrake dashboard, ranks errors by occurrence count, extracts backtrace and context, creates a git worktree, fixes the code, and creates a pull request.
Create or find a GitHub pull request for the current branch and open it in the browser. Use when the user asks to "create a PR", "open a PR", "make a pull request", "submit PR", "/pr", "push and create PR", or any variation of creating, finding, or opening a GitHub pull request.
Review and fix GitHub PR code review comments. Use when the user provides a GitHub Pull Request URL and wants to review code review suggestions, analyze their validity, and apply valid fixes to the codebase. Triggers on requests like "fix PR review comments", "address code review", "review PR feedback", "fix review suggestions on PR #123", or when a GitHub PR URL is shared with intent to address review comments. Also triggers on "/pr-review-fixer" or "/fix-pr-review".