Skip to main content
مستودع GitHub

red-queen

يحتوي red-queen على 5 من skills المجمعة من odyth، مع تغطية مهنية على مستوى المستودع وصفحات 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