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

development-skills

development-skills contém 25 skills coletadas de ultimatile, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
25
Stars
0
atualizado
2026-07-18
Forks
0
Cobertura ocupacional
2 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

quality-list
Desenvolvedores de software

Single source of truth for universal code-quality items. Definitions live in items/<slug>.md; audit and preflight skills reference items by slug.

2026-07-18
review-pipeline-coderabbit
Analistas de garantia de qualidade de software e testadores

Full review pipeline from local changes through PR, CodeRabbit review, postmortem elevation, and umbrella drift join. Pauses at the user-controlled merge gate between Phase 4a and 4b.

2026-07-18
review-pipeline
Analistas de garantia de qualidade de software e testadores

Full review pipeline from local changes through PR, Copilot review, postmortem elevation, and umbrella drift join. Pauses at the user-controlled merge gate between Phase 4a and 4b.

2026-07-18
todo-check
Desenvolvedores de software

Preflight sweep of quality-list items before or during implementation, framed as 'what to set up so done-check passes at the end'. Dual of done-check.

2026-07-18
coderabbit-review
Analistas de garantia de qualidade de software e testadores

Create a GitHub PR and poll until the auto-triggered CodeRabbit review arrives.

2026-07-11
research
Desenvolvedores de software

Investigate a GitHub issue or free-text task with empirical (subagent probes) and derivational (in-context deduction) hypotheses, producing a vetted implementation plan with Inconclusive / Deferred items. Accepts an issue number or task text.

2026-07-07
codex-contract-test-review
Analistas de garantia de qualidade de software e testadores

Narrow Codex pass on a newly added contract test, verifying it is not tautological and would fail on the original buggy implementation. Lightweight alternative to the full codex-review / copilot-review loop.

2026-06-30
codex-review
Analistas de garantia de qualidade de software e testadores

Pre-PR code review on the current branch using the OpenAI Codex CLI, with an iterative fix loop.

2026-06-30
file-pullreq
Desenvolvedores de software

Draft and file a GitHub PR using gh-body-conventions and the PR body skeleton, via the gh-post wrapper. Supports a gate mode that stops at user approval.

2026-06-30
finding-triage
Analistas de garantia de qualidade de software e testadores

Single source of truth for per-finding review-triage dispositions — actionable / false-positive / uncertain-validity / opens-a-question → research / invariant-premise-check / defer. Definition file, not a procedure.

2026-06-30
codex-plan-review
Desenvolvedores de software

Review an implementation plan with OpenAI Codex before coding, getting a second opinion on assumptions and approach.

2026-06-30
file-adr
Desenvolvedores de software

Draft an Architecture Decision Record (a timeless decision, distinct from an implementation schedule) and write the file. Use file-issue instead when the artifact is a task list, bug report, or phase plan.

2026-06-30
file-pubdoc
Desenvolvedores de software

Draft README.md or visitor-facing markdown (top-level *.md, docs/**/*.md) using the canonical skeleton, complementing the public-doc-durability audit.

2026-06-30
finding-to-audit
Analistas de garantia de qualidade de software e testadores

Promote a review finding into a pre-commit audit rule that catches the diff-inspectable issue class (import direction, pub widening, debug artifacts, dropped FFI output). Companion to bug-to-contract.

2026-06-30
gate-miss-to-issue
Analistas de garantia de qualidade de software e testadores

Promote a late-caught defect — one an earlier gate should have caught — into a development-skills issue proposing a fix to that gate's procedure.

2026-06-30
land-via-integration-branch
Desenvolvedores de software

Land a large change too big for one PR as a sequence of PRs merging into a long-lived integration branch, then a final PR into main. Use when one PR would exceed a reviewer's diff-size limit, or when multiple components' APIs must migrate together (cross-component migration, large refactor, multi-PR feature).

2026-06-28
reimre
Desenvolvedores de software

End-to-end wrapper running research-and-implement then review-pipeline on a GitHub issue, carrying it from investigation through the user-controlled merge gate.

2026-06-27
reimrecr
Desenvolvedores de software

End-to-end wrapper running research-and-implement then review-pipeline-coderabbit on a GitHub issue, carrying it from investigation through the user-controlled merge gate.

2026-06-27
cargo-mutants
Analistas de garantia de qualidade de software e testadores

Configure and run cargo-mutants for Rust mutation testing — invoking runs, reading mutants.out, writing exclude_re patterns matching cargo-mutants' mutant-name format, and choosing exclude_re vs

2026-06-24
review-telemetry
Desenvolvedores de software

Append a normalized per-run record of reviewer-gate performance (findings, dispositions, duplicates, cost) to the local telemetry log after a review pipeline run finishes.

2026-06-15
coderabbit-local-review
Analistas de garantia de qualidade de software e testadores

Pre-PR local review of uncommitted changes or the branch diff using the CodeRabbit CLI, with findings triaged before presentation. Second local reviewer alongside codex-review.

2026-06-10
copilot-review
Desenvolvedores de software

Create a GitHub PR with Copilot as reviewer and poll until the review arrives.

2026-06-05
bug-to-contract
Analistas de garantia de qualidade de software e testadores

Promote a review finding or bug fix into a contract test that prevents the underlying invariant violation from recurring. Companion to finding-to-audit, which elevates to diff-time rules instead.

2026-06-05
stdlib-audit
Analistas de garantia de qualidade de software e testadores

Audit C++ source for known-bad standard library defaults (std::function, std::regex, std::list, std::map, std::unordered_map, std::async, std::vector<bool>, etc.) using a TSV-driven rule table that is extended by appending lines. Wraps a ripgrep-based shell script; reports per-rule hit counts and sample locations, exits non-zero on configurable severity (for CI). Targets C++17+ codebases.

2026-06-05
rust-ffi-rule
Desenvolvedores de software

Rules for implementing a Rust safe wrapper around an external (C / Fortran / FFI) call. Read before writing unsafe FFI blocks, extern "C" declarations, or bindgen-based wrappers.

2026-06-05