Skip to main content
oopsla5xx
GitHub creator profile

oopsla5xx

Repository-level view of 15 collected skills across 2 GitHub repositories.

skills collected
15
repositories
2
updated
Aug 27, 2026
repository explorer

Repositories and representative skills

review-pr
software-quality-assurance-analysts-and-testers

Review PR diff against the spec before shipping — check spec compliance, conventions, scope, required security checklist, and test coverage. Outputs a structured verdict (APPROVE / REQUEST CHANGES / COMMENT). Run after self-check, before Phase 4 ship.

Aug 2, 2026
debug
software-developers

Systematic bug investigation workflow. Tool-agnostic but MCP-aware — test cases and MCP tools are evidence sources, not prerequisites. Applies to any stack (frontend, backend, CLI, mobile, distributed systems).

Jul 26, 2026
clarify-scope
project-management-specialists

Decide whether to ask before coding or proceed with stated assumptions. Small/clear tasks → do it. Large/ambiguous tasks → state assumptions and ask at most 1 critical question. Run at the start of any task.

Jul 25, 2026
create-pr-description
software-developers

Generate a pull request description by filling in the .github/PULL_REQUEST_TEMPLATE.md from spec, git diff, and commit history. Outputs ready-to-use text or creates PR via gh CLI. Run as part of Phase 4 ship.

Jul 25, 2026
implement-tdd
software-quality-assurance-analysts-and-testers

Implement each step from the plan using TDD — write failing test first, then minimal code to pass, then refactor. Run for each unchecked step in the Plan section of .ai/tasks/<name>.md.

Jul 25, 2026
plan-tasks
software-developers

Break a spec file into ordered, concrete implementation steps with done criteria. Appends a Plan section to the existing .ai/tasks/<name>.md. Run after write-spec, before coding.

Jul 25, 2026
setup-ai-context
software-developers

Bootstrap .ai/ context files — auto-detect stack and fill commands.md, architecture.md, conventions.md instead of filling TODO placeholders manually. Run when setting up oops-skills template in a new project.

Jul 25, 2026
ship
software-developers

Final ship step — push branch, open PR on GitHub, update status.md, clean up task files. Run after review-pr APPROVE and create-pr-description.

Jul 25, 2026
Showing 8 of 11 collected skills.
Showing 2 of 2 repositories
All repositories loaded