Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

development-skills

development-skills には ultimatile から収集した 25 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
25
Stars
0
更新
2026-07-18
Forks
0
職業カバレッジ
2 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

quality-list
ソフトウェア開発者

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
ソフトウェア品質保証アナリスト・テスター

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
ソフトウェア品質保証アナリスト・テスター

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
ソフトウェア開発者

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
ソフトウェア品質保証アナリスト・テスター

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

2026-07-11
research
ソフトウェア開発者

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
ソフトウェア品質保証アナリスト・テスター

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
ソフトウェア品質保証アナリスト・テスター

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

2026-06-30
file-pullreq
ソフトウェア開発者

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
ソフトウェア品質保証アナリスト・テスター

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
ソフトウェア開発者

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

2026-06-30
file-adr
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア品質保証アナリスト・テスター

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
ソフトウェア品質保証アナリスト・テスター

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア品質保証アナリスト・テスター

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
ソフトウェア開発者

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
ソフトウェア品質保証アナリスト・テスター

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
ソフトウェア開発者

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

2026-06-05
bug-to-contract
ソフトウェア品質保証アナリスト・テスター

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
ソフトウェア品質保証アナリスト・テスター

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
ソフトウェア開発者

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