Skip to main content
GitHub 저장소

red-queen

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

수집된 skills
5
Stars
13
업데이트
2026-07-23
Forks
0
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

coder
소프트웨어 개발자

Implements an approved specification as code changes, creates a git worktree, commits, and opens a pull request. Use when a spec has been approved and needs to be translated into a working PR with passing build and tests.

2026-07-23
prompt-writer
소프트웨어 개발자

Writes or revises an implementation specification from an issue, producing the single source of truth a downstream coder agent will use. Use during spec-writing or spec-feedback phases when an issue needs to be turned into an actionable, self-contained spec with file paths, method names, and acceptance criteria.

2026-07-23
reviewer
소프트웨어 품질 보증 분석가·테스터

Reviews a pull request against an approved spec for correctness, security, performance, spec compliance, and style, then issues a verdict that advances or reworks the pipeline. Use when a coder has opened a PR that needs a structured code review before tests or merge.

2026-05-28
tester
소프트웨어 품질 보증 분석가·테스터

Verifies that a coder's implementation builds and passes tests both locally and in CI, without modifying code. Use after the coder phase to confirm the PR is green before review, or to route back to coding on failure.

2026-05-28
comment-handler
소프트웨어 개발자

Addresses human review feedback on an existing pull request by implementing requested changes, replying to comments, and pushing an updated commit. Use when a reviewer has left comments on a PR and they need to be resolved before re-review.

2026-05-07