灵感菇

AI 技能的自然生态,你的一句话,蔓延出无限连接。

搜索结果

全部能力

找到 2016 个相关结果 / 测试与 QA

软件工程 / 部署发布

agent-integration

agent-integration

151

Integrate a raw customer agent repo with Veris end to end. Installs or verifies veris-cli, logs in, creates or reuses a Veris environment, analyzes the repo,…

Stars 0
uitestingdockerdeployment

软件工程 / 诊断修复

news-aggregation

news-aggregation

151

Aggregate and deduplicate recent news from multiple sources into concise topic summaries.

Stars 111
uiapiragworkflow

软件工程 / 诊断修复

evaluate

evaluate

151

Use when the user wants a quality review, interaction audit, or to test the workflow against realistic scenarios.

Stars 202
testingauditagentworkflow

软件工程 / 诊断修复

office-hours

office-hours

151

YC Office Hours — two modes. Startup mode: six forcing questions that expose demand reality, status quo, desperate specificity, narrowest wedge, observation, and future-fit. Builder mode: design thinking brainstorming for side projects, hackathons, learning, and open source. Saves a design doc. Use when asked to "brainstorm this", "I have an idea", "help me think through this", "office hours", or "is this worth building". Proactively invoke this skill (do NOT answer directly) when the user describes a new product idea, asks whether something is worth building, wants to think through design decisions for something that doesn't exist yet, or is exploring a concept before any code is written. Use before /plan-ceo-review or /plan-eng-review. (gstack)

Stars 97,854
designuiofficehours

软件工程 / 诊断修复

deps-dev

deps-dev

151

Look up the latest stable version of any open-source package across npm, PyPI, Go, Cargo, Maven, and NuGet. Use when the user asks 'what's the latest version…

Stars 5
apiagentagentsgithub

软件工程 / 诊断修复

axiom-spritekit-diag

axiom-spritekit-diag

151

Use when physics contacts don't fire, objects tunnel through walls, frame rate drops, touches don't register, memory spikes, coordinate confusion, or scene…

Stars 902
debuggingaxiomspritekitdiag

软件工程 / 诊断修复

iterative-development

iterative-development

150

TDD iteration loops using Claude Code Stop hooks - runs tests after each response, feeds failures back automatically

Stars 629
iterativedevelopmenttdditeration

软件工程 / 诊断修复

playwright-testing

playwright-testing

150

Browser accessibility testing using Playwright and @axe-core/playwright. Keyboard scans, contrast verification, and accessibility tree snapshots.

Stars 275
uitestingplaywrightagent

软件工程 / 诊断修复

accelint-react-testing

accelint-react-testing

150

Use when writing, reviewing, or refactoring React component tests with Testing Library. Load when you see render(), screen, fireEvent, userEvent, waitFor, or…

Stars 0
reactuiuxtesting

软件工程 / 诊断修复

find-rules

find-rules

150

Discover and understand project rules, coding standards, and architectural guidelines before starting a task. Use when you need to know the constraints,…

Stars 363
reacttailwinduitesting

软件工程 / 诊断修复

terraform-best-practices

terraform-best-practices

150

Terraform and Infrastructure as Code optimization guidelines from Terramate. This skill should be used when writing, reviewing, or refactoring…

Stars 32
uiperformancesecurityagent

软件工程 / 诊断修复

angular-best-practices-transloco

angular-best-practices-transloco

150

Transloco i18n best practices for Angular. Covers runtime translation, lazy-loaded translation files per route, and test mocking. Activates when working with @jsverse/transloco. Do not use for ngx-translate or i18next. Install alongside angular-best-practices for full coverage.

Stars 0
testingraggithubangular

软件工程 / 诊断修复

code-review

code-review

150

Comprehensive code review checklist for pull requests

Stars 12
uitestingagentreview

软件工程 / 诊断修复

java-best-practices

java-best-practices

148

Comprehensive Java development best practices covering SOLID principles, DRY, Clean Code, Java-specific patterns (Optional, immutability, streams, lambdas),…

Stars 1
designuitestingjava

软件工程 / 诊断修复

delivery-manager

delivery-manager

147

Expert delivery management for release planning, deployment coordination, incident response, change management, and SLA tracking across continuous delivery pipelines. Use when planning a release, coordinating a deployment, responding to a production incident, evaluating change requests, calculating SLA/error budgets, or assessing delivery maturity.

Stars 138
reactuitestingdevops

软件工程 / 诊断修复

tdd

tdd

147

Test-first variant of implement: understand the desired behavior, write a failing test, make it pass, then simplify.

Stars 103
testingworkflowtddtest

软件工程 / 诊断修复

email-subject-lines

email-subject-lines

147

Generate, evaluate, and A/B test email subject lines for maximum open rates. Includes formulas for curiosity, urgency, personalization, and more. Trigger phrases: "email subject line", "subject line ideas", "email subject", "write subject lines", "A/B test subject lines", "improve open rates", "email open rate", "subject line formulas".

Stars 428
uiemailsubjectlines

软件工程 / 诊断修复

openclaw-feeds

openclaw-feeds

147

RSS news aggregator. Fetches headlines from curated feeds across three categories: news, games, and finance. Use when the user asks about current news, headlines, what's happening, what's going on, or says "what's up in news", "what's up in finance", "what's up in games", or the German equivalents "was geht mit nachrichten", "was geht mit money", "was geht mit gaming". Also activates for requests like "give me a news rundown", "latest headlines", "market news", "gaming news", "tech news", "finance roundup", or "briefing". Returns structured JSON from public RSS feeds — no API keys, no web search needed.

Stars 599
uiapiopenclawfeeds

软件工程 / 部署发布

marketplace-dev

marketplace-dev

146

Converts any Claude Code skills repository into an official plugin marketplace. Analyzes existing skills, generates .claude-plugin/marketplace.json conforming to the Anthropic spec, validates with `claude plugin validate`, tests real installation, and creates a PR to the upstream repo. Encodes hard-won anti-patterns from real marketplace development (schema traps, version semantics, description pitfalls). Use when the user mentions: marketplace, plugin support, one-click install, marketplace.json, plugin distribution, auto-update, or wants a skills repo installable via `claude plugin install`. Also trigger when the user has a skills repo and asks about packaging, distribution, or making it installable.

Stars 1,048
marketplacedevconvertsany

软件工程 / 诊断修复

spring-boot-skill

spring-boot-skill

146

Build Spring Boot 4.x applications following the best practices. Use this skill: * When developing Spring Boot applications using Spring MVC, Spring Data JPA, Spring Modulith, Spring Security * To create recommended Spring Boot package structure * To implement REST APIs, entities/repositories, service layer, modular monoliths * To use Thymeleaf view templates for building web applications * To write tests for REST APIs and Web applications * To write ArchUnit tests for testing architecture * To configure the recommended plugins and configurations to improve code quality, and testing while using Maven. * To use Spring Boot's Docker Compose support for local development * To create Taskfile for easier execution of common tasks while working with a Spring Boot application

Stars 128
uitestingdockersecurity

78 / 101