灵感菇

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

搜索结果

全部能力

找到 1627 个相关结果 / GitHub 工作流

软件工程 / 部署发布

stock-qualitative-analysis

stock-qualitative-analysis

116

Create comprehensive and deeply analyzed buy-side style qualitative stock analysis reports from filings and public sources with strict citations,…

Stars 24
uistockqualitativeanalysis

软件工程 / 部署发布

ado-commit

ado-commit

116

Create well-formatted conventional commits in a repository hosted on Azure DevOps (ADO / Azure Repos). Use this whenever the user asks to commit changes and…

Stars 0
devopsworkflowazureado

软件工程 / 诊断修复

patent-drafting

patent-drafting

116

Use when drafting patent applications, writing claims, analyzing prior art, or responding to office actions - covers USPTO practice, claim strategies, and…

Stars 82
uipatentdraftingapplications

软件工程 / 诊断修复

bun-test-coverage

bun-test-coverage

116

Use for test coverage with Bun, --coverage flag, lcov reports, thresholds, and CI integration.

Stars 146
uiragbuntest

软件工程 / 部署发布

ado-create-pr

ado-create-pr

115

Commit, push, and open a pull request in Azure DevOps. Use whenever the user wants to open, update, or draft a PR and the project is hosted on Azure DevOps…

Stars 0
devopsworkflowazureado

软件工程 / 部署发布

depot-ci

depot-ci

115

Configures and manages Depot CI, a drop-in replacement for GitHub Actions that runs workflows entirely within Depot. Use when migrating GitHub Actions workflows to Depot CI, running `depot ci migrate`, managing Depot CI secrets and variables, running workflows with `depot ci run`, debugging Depot CI runs with `depot ci run list`, `depot ci status`, `depot ci logs`, or `depot ci ssh`, checking workflow compatibility, or understanding Depot CI capabilities. Also use when the user mentions .depot/ directory, depot ci commands, or asks about running GitHub Actions workflows on Depot's infrastructure without GitHub-hosted runners.

Stars 1
uiagentagentsworkflow

软件工程 / 部署发布

monorepo-setup

monorepo-setup

115

Sets up monorepo architecture with Turborepo, pnpm workspaces, shared packages, and optimized build pipelines. Use when users request "monorepo setup",…

Stars 38
uiworkflowmonoreposetup

软件工程 / 诊断修复

runhuman-testing

runhuman-testing

115

Create and manage human-powered QA tests using Runhuman CLI. Use this skill when you need to test web applications with real human testers, get UX feedback,…

Stars 0
uiuxperformancetesting

软件工程 / 诊断修复

development

development

115

Comprehensive web, mobile, and backend development workflow bundling frontend, backend, full-stack, and mobile development skills for end-to-end application…

Stars 37,677
frontendbackenduideployment

软件工程 / 诊断修复

fastapi-router-py

fastapi-router-py

115

Create FastAPI routers following established patterns with proper authentication, response models, and HTTP status codes.

Stars 37,680
uiauthapifastapi

软件工程 / 诊断修复

auth0-spa-js

auth0-spa-js

114

Use when adding authentication to Vanilla JS, Svelte, or any framework-agnostic single-page applications - integrates @auth0/auth0-spa-js SDK for SPAs without…

Stars 21
reactvueuiauth

软件工程 / 部署发布

git-workflow

git-workflow

114

Route local Git work into the safest next move: branch hygiene, selective staging, commit cleanup, merge-vs-rebase choice, conflict resolution, lease-safe pushes, and recovery from resets or bad history edits. Use when the user needs help preparing a branch, cleaning up commits, syncing with an updated base, resolving local Git conflicts, pushing rewritten history safely, recovering lost commits, or getting a diff ready for review. Not for hosted PR review, repo administration, or sprint planning.

Stars 14
uiworkflowdebugginggit

软件工程 / 部署发布

git-submodule

git-submodule

114

Decide when Git submodules are the right external-repo boundary, then choose one safe operator flow: add and pin, bootstrap recursively, sync to the recorded commit, advance a tracked branch, edit inside the submodule without detached-HEAD surprises, remove cleanly, or configure CI/hosted-platform checkout constraints. Use when the user asks about `.gitmodules`, `git submodule`, recursive clone/setup, pointer updates, detached HEAD, private submodules in CI, GitHub Pages submodule limits, or submodule vs subtree/vendoring/package delivery. Not for generic Git history cleanup or package-manager dependency delivery.

Stars 14
workflowgithubgitsubmodule

软件工程 / 诊断修复

nsfc-abstract

nsfc-abstract

114

当用户明确要求"写/润色 NSFC 标书摘要""生成中文摘要和英文摘要""把中文摘要翻译成英文摘要"时使用。输出中文、英文两个版本(英文必须是中文的忠实翻译版),同时输出标题建议(1个推荐标题+5个候选标题及理由)。中文摘要默认≤400字符,英文摘要默认≤4000字符。输出方式:将结果写入工作目录下的…

Stars 1,580
nsfcabstract4004000

软件工程 / 部署发布

changelog-maintenance

changelog-maintenance

114

Write and maintain release-history artifacts for shipped changes: `CHANGELOG.md` updates, release notes, migration/deprecation updates, and lightweight game…

Stars 14
githubchangelogmaintenancewrite

软件工程 / 诊断修复

burp-suite-testing

burp-suite-testing

114

Execute comprehensive web application security testing using Burp Suite's integrated toolset, including HTTP traffic interception and modification, request…

Stars 37,669
uitestingsecurityauth

软件工程 / 诊断修复

sast-configuration

sast-configuration

114

Static Application Security Testing (SAST) tool setup, configuration, and custom rule creation for comprehensive security scanning across multiple programming…

Stars 37,704
uiperformancetestingsecurity

软件工程 / 部署发布

deployment-automation

deployment-automation

114

Plan and review release execution for web, backend, and fullstack systems: preview releases, staging-to-production promotion, rollout strategy, post-deploy verification, rollback response, and release-hardening checklists. Use when the system can already build and the main job is shipping or recovering a release safely, choosing between preview / promotion / canary / rollback paths, or tightening deploy gates around health checks and sign-off. Route CI workflow authoring to `workflow-automation`, machine/runtime setup to `system-environment-setup`, long-lived telemetry design to `monitoring-observability`, and Vercel-specific operations to `vercel-deploy`.

Stars 14
backendfullstackdesignui

软件工程 / 诊断修复

github-issue-creator

github-issue-creator

113

Turn error logs, screenshots, voice notes, and rough bug reports into crisp, developer-ready GitHub issues with repro steps, impact, and evidence.

Stars 37,683
githubissuecreatorturn

软件工程 / 诊断修复

react-best-practices

react-best-practices

113

Run measurement-led React and Next.js performance audits for waterfalls, bundle size, RSC/server-client boundaries, hydration mismatch, rerender churn, script cost, and slow page interactions. Use when the user needs help diagnosing or refactoring a slow React UI, App Router route, heavy client component, or Next.js page with excess JavaScript or weak client/server boundaries. Triggers on: React perf, Next.js perf, waterfall, bundle size, hydration, rerender, client component too heavy, slow route, React profiler, web vitals.

Stars 14
reactnextjsuiperformance

69 / 82