Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

klaw

klaw contém 4 skills coletadas de zhubby, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
4
Stars
3
atualizado
2026-04-13
Forks
5
Cobertura ocupacional
1 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

github-workflow
Desenvolvedores de software

Turn a reported bug or feature request into a tracked GitHub delivery flow: investigate the codebase, confirm scope, create or update a GitHub issue, branch from the repository default branch, implement the change, commit with repository conventions, push, and open a pull request. Use when the user wants an end-to-end issue-to-PR workflow, asks to file an issue and then implement it, or needs a structured GitHub workflow for bugs or features.

2026-04-13
github-release-main
Desenvolvedores de software

Enforce a GitHub release workflow for this Rust workspace. Use when Codex needs to publish a release by updating the root `Cargo.toml` version, defaulting to a patch bump when no version is provided, committing the change, creating a `vx.y.z` tag, pushing the branch and tag, and creating a GitHub release titled `release-vx.y.z`. Only operate on the `main` branch; if the current branch is not `main`, switch back before doing any release actions.

2026-04-10
diagnose-and-file-github-issue
Desenvolvedores de software

Diagnose a reported system or application problem through a short back-and-forth with the user, investigate likely causes in the codebase or runtime context, and create or update a GitHub issue with a clear title, reproduction notes, findings, impact, and open questions. Use when the user reports a bug, failure, regression, environment problem, or unclear system issue and wants structured diagnosis plus issue creation, but does not want implementation or PR work.

2026-03-26
github-release-main
Desenvolvedores de software

Enforce a GitHub release workflow for this Rust workspace. Use when Codex needs to publish a release by updating the root `Cargo.toml` version, defaulting to a patch bump when no version is provided, committing the change, creating a `vx.y.z` tag, pushing the branch and tag, and creating a GitHub release titled `release-vx.y.z`. Only operate on the `main` branch; if the current branch is not `main`, switch back before doing any release actions.

2026-03-25