Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

development-skills

development-skills contient 25 skills collectées depuis ultimatile, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
25
Stars
0
mis à jour
2026-07-18
Forks
0
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

quality-list
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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

2026-07-11
research
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en assurance qualité des logiciels et testeurs

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

2026-06-30
file-pullreq
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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

2026-06-30
file-adr
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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

2026-06-05
bug-to-contract
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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