Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

RacingData

RacingData contém 10 skills coletadas de LeeSanderson, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
10
Stars
2
atualizado
2026-06-26
Forks
1
Cobertura ocupacional
3 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

implementation
Desenvolvedores de software

Fully implement a PRD's issues in dependency order — parallel worktrees, each merged to main as it passes, HITL issues left for a human. Use after write-a-prd + prd-to-issues, when the user wants to "implement the PRD", run the whole issue queue, or run /implementation.

2026-06-26
review-comments
Desenvolvedores de software

Audit comments across the C# and Python codebase against the comment policy in AGENTS.md, then remove or rewrite the ones that don't earn their place. Use when the user wants to clean up comments, reassess comment value, prune redundant comments, or enforce the comment policy. Optional arg scopes the review — a path (e.g. RaceDataDownloader/), "changed" (git-modified files), or "staged".

2026-06-22
tdd
Analistas de garantia de qualidade de software e testadores

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

2026-06-17
clean-up-prd
Desenvolvedores de software

Verify all issues related to the current PRD have been completed and then delete all issues and the PRD itself to maintain a clean project management environment. Use when user explicitly states "clean up PRD" or when a PRD has been marked as completed and needs to be archived.

2026-06-11
work-on-next-issue
Desenvolvedores de software

Pick the next AFK issue from issues/ and implement it end-to-end via TDD, then commit. Use when the user wants to advance the ralph queue, asks to "work on the next issue", or runs this in a /loop.

2026-06-06
review-agents-md
Desenvolvedores de software

Review the AGENTS.md file to ensure all rules are up-to-date, removing any redundant or overly vague rules and updating deterministic guardrails as needed.

2026-05-23
grill-me
Especialistas em gestão de projetos

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

2026-05-23
improve-codebase-architecture
Desenvolvedores de software

Explore a codebase to find opportunities for architectural improvement, focusing on making the codebase more testable by deepening shallow modules. Use when user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more AI-navigable.

2026-05-21
prd-to-issues
Especialistas em gestão de projetos

Break a PRD into independently-workable issues and write each as a local markdown file in issues/. Use when the user wants to turn a PRD into a list of concrete tasks.

2026-05-21
write-a-prd
Especialistas em gestão de projetos

Generate a PRD from the client brief and write it as a local markdown file in issues/. Use when the user wants to turn a client request into a structured PRD.

2026-05-21