domain cluster

DevOps

CI/CD, cloud infrastructure, and monitoring.

10719 स्किल्सall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
git-workflows
20.1K

dyadfast-push

Commit any uncommitted changes, run lint checks, fix any issues, and push the current branch. Delegates to a haiku sub-agent for speed.

dyad-sh
dyad-sh
devops
open
git-workflows
20.1K

dyadfeedback-to-issues

Turn customer feedback (usually an email) into discrete GitHub issues. Checks for duplicates, proposes new issues for approval, creates them, and drafts a reply email.

dyad-sh
dyad-sh
devops
open
git-workflows
20.1K

dyadfix-issue

Create a plan to fix a GitHub issue, then implement it locally.

dyad-sh
dyad-sh
devops
open
git-workflows
20.1K

dyadplan-to-issue

Create a plan collaboratively with the user, then convert the approved plan into a GitHub issue.

dyad-sh
dyad-sh
devops
open
git-workflows
20.1K

dyadpr-fix

Address all outstanding issues on a GitHub Pull Request by handling both review comments and failing CI checks.

dyad-sh
dyad-sh
devops
open
git-workflows
20.1K

dyadpr-push

Commit any uncommitted changes, run lint checks, fix any issues, and push the current branch.

dyad-sh
dyad-sh
devops
open
monitoring
20.1K

dyaddebug-minified-error

Map a minified error stack trace from a production Dyad build back to original source locations using source maps.

dyad-sh
dyad-sh
devops
open
git-workflows
20.1K

git-master

MUST USE for ANY git operations. Atomic commits, rebase/squash, history search (blame, bisect, log -S). STRONGLY RECOMMENDED: Use with delegate_task(category='quick', skills=['git-master'], ...) to save context. Triggers: 'commit', 'rebase', 'squash', 'who wrote', 'when was X added', 'find the commit that'.

code-yeongyu
code-yeongyu
devops
open
git-workflows
19.9K

commits

Use this skill whenever the user asks to commit changes, write or fix a commit message, amend or rename a commit, or do a workflow that includes committing in the IntelliJ repository. This is a thin repo-specific overlay: use IntelliJ commit format, write full commit messages by default, and keep requested suffixes such as IJ-MR trailers in a final separate paragraph.

JetBrains
JetBrains
devops
open
git-workflows
19.9K

safe-push

Safe Push process for pushing changes to the IntelliJ repository. Use when pushing code changes to remote.

JetBrains
JetBrains
devops
open
git-workflows
19.9K

commits

Use this skill whenever the user asks to commit changes, write or fix a commit message, amend or rename a commit, or do a workflow that includes committing in the IntelliJ repository. This is a thin repo-specific overlay: use IntelliJ commit format, write full commit messages by default, and keep requested suffixes such as IJ-MR trailers in a final separate paragraph.

JetBrains
JetBrains
devops
open
git-workflows
19.9K

jewel-pr-preparer

Prepare a Jewel pull request for the intellij-community repository. Validates commit message format, runs local CI checks (detekt, tests, API dumps, Metalava), ensures the branch is squashed to a single commit, checks for visual change screenshots, drafts release notes, and suggests a PR title and description. Optionally creates the PR via gh. Use when the user is ready to submit or review a Jewel contribution.

JetBrains
JetBrains
devops
open
git-workflows
19.9K

safe-push

Safe Push process for pushing changes to the IntelliJ repository. Use when pushing code changes to remote.

JetBrains
JetBrains
devops
open
cicd
19.9K

redteam-plugin-development

Standards for creating redteam plugins and graders. Use when creating new plugins, writing graders, or modifying attack templates.

promptfoo
promptfoo
devops
open
git-workflows
19.7K

release-preparation

Use when preparing a new Mos release (stable, beta, or alpha) - covers version bump, xcodebuild archive, Developer ID signing, notarization, zip packaging, changelog generation, Sparkle appcast signing, and GitHub release draft creation. Trigger this skill whenever the user mentions releasing, publishing, shipping a new version, bumping version, updating appcast, or creating a release build of Mos.

Caldis
Caldis
devops
open
git-workflows
19K

egg-core

本技能用于处理 EGG 基础核心概念,包括模块架构、@SingletonProto、@ContextProto、@Inject 装饰器、动态注入、BackgroundTaskHelper 后台任务、EventBus 事件总线和 AOP 切面编程。用于理解 EGG 的基础构建块、依赖注入、对象生命周期管理、运行时多实现动态选择、请求返回后的异步任务处理、事件驱动架构和横切关注点。

eggjs
eggjs
devops
open
cloud
18.9K

nemoclaw-user-configure-inference

Lists all inference providers offered during NemoClaw onboarding. Use when explaining which providers are available, what the onboard wizard presents, or how inference routing works. Changes the active inference model without restarting the sandbox. Use when switching inference providers, changing the model runtime, or reconfiguring inference routing. Connects NemoClaw to a local inference server. Use when setting up Ollama, vLLM, TensorRT-LLM, NIM, or any OpenAI-compatible local model server with NemoClaw.

NVIDIA
NVIDIA
devops
open
git-workflows
18.9K

nemoclaw-contributor-update-docs

Scan recent git commits for changes that affect user-facing behavior, then draft or update the corresponding documentation pages. Use when docs have fallen behind code changes, after a batch of features lands, or when preparing a release. Trigger keywords - update docs, draft docs, docs from commits, sync docs, catch up docs, doc debt, docs behind, docs drift.

NVIDIA
NVIDIA
devops
open
git-workflows
18.9K

nemoclaw-maintainer-cut-release-tag

Cut a new semver release tag on main, move the `latest` tag, and push. Use when cutting a release, tagging a version, shipping a build, or preparing a deployment. Trigger keywords - cut tag, release tag, new tag, cut release, tag version, ship it.

NVIDIA
NVIDIA
devops
open
git-workflows
18.7K

commit-message

根据 git 变更生成符合 Sa-Token 项目风格的 commit message。遵循 Conventional Commits 格式,以中文为主。当用户要求生成提交信息、写 commit message、或根据变更生成提交说明时使用。

dromara
dromara
devops
open
git-workflows
18.7K

organize-update-log

根据 git 提交记录生成符合 Sa-Token 项目规范的更新日志内容。适用于分析指定版本之后的提交、提取变更并格式化为 update-log.md 风格。当用户需要生成更新日志、整理版本变更、或分析 release 之后的提交时使用。

dromara
dromara
devops
open
cicd
18.4K

final-release-review

Perform a release-readiness review by locating the previous release tag from remote tags and auditing the diff (e.g., v1.2.3...<commit>) for breaking changes, regressions, improvement opportunities, and risks before releasing openai-agents-python.

openai
openai
devops
open
git-workflows
18.4K

pr-draft-summary

Create a PR title and draft description after substantive code changes are finished. Trigger when wrapping up a moderate-or-larger change (runtime code, tests, build config, docs with behavior impact) and you need the PR-ready summary block with change summary plus PR draft text.

openai
openai
devops
open
Previous
Page 14 / 447
Next