Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

development-skills

development-skills에는 ultimatile에서 수집한 skills 25개가 있으며, 저장소 수준 직업 범위와 사이트 내 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