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

problem-reductions

problem-reductions에는 CodingThrust에서 수집한 skills 23개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
23
Stars
34
업데이트
2026-06-04
Forks
7
직업 범위
직업 카테고리 9개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

auto-pipeline
소프트웨어 개발자

Use when you want to take a Backlog issue all the way to Final review without manual orchestration — chains check-issue, fix-issue, add-model/add-rule, run-pipeline, and review-pipeline; substantive issue-quality problems are sent to a rewrite subagent; algorithmically unsalvageable issues are parked on OnHold

2026-06-04
check-issue
소프트웨어 품질 보증 분석가·테스터

Use when reviewing a [Rule] or [Model] GitHub issue for quality before implementation — checks usefulness, non-triviality, correctness of literature claims, and writing quality

2026-06-04
propose
컴퓨터·정보 연구 과학자소프트웨어 개발자

Use when a user wants to propose a new problem model or reduction rule — guides them through brainstorming, clarifies the design, and files a GitHub issue

2026-04-26
review-paper
편집자

Review the Typst paper (docs/paper/reductions.typ) for quality issues — evaluates 10 entries per session, reports mechanical and critical issues without fixing

2026-04-17
find-problem
소프트웨어 개발자

Reverse of find-solver — given a solver for a model, discover what other problems it can handle via incoming reductions, ranked by effective complexity

2026-04-11
find-solver
소프트웨어 개발자

Interactive guide — match a real-world problem to a library model, explore reduction paths, recommend solvers (built-in + external), and generate a solution doc

2026-04-11
update-papers
고등교육 컴퓨터공학 교원

Update the research paper collection — download new papers from references.bib, retry failed downloads, sync to Google Drive, and regenerate index.md

2026-04-10
add-model
컴퓨터·정보 연구 과학자

Use when adding a new problem model to the codebase, either from an issue or interactively

2026-04-07
add-rule
소프트웨어 개발자

Use when adding a new reduction rule to the codebase, either from an issue or interactively

2026-04-06
issue-to-pr
소프트웨어 개발자

Use when you have a GitHub issue and want to create a PR with an implementation plan that triggers automated execution

2026-04-06
verify-reduction
데이터 과학자

Standalone mathematical verification of a reduction rule — generates Typst proof, constructor Python script (>=5000 checks), and adversary Python script (>=5000 independent checks). Reports verdict. No artifacts saved.

2026-04-06
review-structural
소프트웨어 품질 보증 분석가·테스터

Project-specific structural completeness check for a PR — verifies model/rule checklists, build, semantic correctness, issue compliance. Read-only, no code changes.

2026-04-05
write-rule-in-paper
수학자

Use when writing or improving a reduction-rule entry in the Typst paper (docs/paper/reductions.typ)

2026-04-04
final-review
소프트웨어 품질 보증 분석가·테스터

Interactive maintainer review for PRs in "Final review" column — assess usefulness, safety, completeness, quality ranking, then merge or hold

2026-03-23
fix-issue
소프트웨어 개발자

Fix quality issues found by check-issue — auto-fixes mechanical problems, brainstorms substantive issues with human, then re-checks and moves to Ready

2026-03-23
write-model-in-paper
수학자

Use when writing or improving a problem-def entry in the Typst paper (docs/paper/reductions.typ)

2026-03-21
review-pipeline
소프트웨어 품질 보증 분석가·테스터

Agentic review for PRs in the Review pool — runs structural, quality, and agentic-test sub-reviews (no code changes), posts combined verdict, moves to Final review

2026-03-21
run-pipeline
소프트웨어 개발자

Pick a Ready issue from the GitHub Project board, move it through In Progress -> issue-to-pr -> Review pool

2026-03-19
dev-setup
네트워크·컴퓨터 시스템 관리자

Interactive wizard to install and configure all development tools for new maintainers

2026-03-17
fix-pr
소프트웨어 개발자

Use when a PR has review comments to address, CI failures to fix, or codecov coverage gaps to resolve

2026-03-17
review-quality
소프트웨어 품질 보증 분석가·테스터

Generic code quality review — evaluates DRY, KISS, cohesion/coupling, test quality, and HCI. Read-only, no code changes.

2026-03-17
topology-sanity-check
통계학자

Run sanity checks on the reduction graph topology — detect orphan (isolated) problems, NP-hardness proof gaps, and redundant reduction rules

2026-03-12
release
소프트웨어 개발자

Use when preparing a new crate release, bumping versions, or tagging a release

2026-02-22