Skip to main content
yaront1111
GitHub creator profile

yaront1111

Repository-level view of 30 collected skills across 1 GitHub repositories.

skills collected
30
repositories
1
updated
2026-07-25
repository explorer

Repositories and representative skills

adversarial-self-review
software-quality-assurance-analysts-and-testers

Use before calling moe.complete_step on the final step of a task, and again before moe.complete_task. Forces you to read your own diff as an attacker, not an author. Catches concurrency bugs, null-deref, embarrassing assumptions before QA does.

2026-07-25
cpp
software-developers

Use when writing, reviewing, or debugging modern C++ (C++11 and beyond) — .cpp/.cc/.cxx/.h/.hpp files, CMake builds, smart pointers, RAII, move semantics, templates, STL, or concurrency.

2026-07-25
explore-before-assume
software-developers

Use before referencing any function, model, method, relationship, constant, or import in a plan or implementation. Verifies things actually exist in the codebase before building on top of them. Eliminates an entire class of hallucinated-API bugs.

2026-07-25
moe-epic-breakdown
computer-occupations-all-other

Use when an architect is turning an epic into a set of tasks (moe.create_task), before planning any single one. Covers where to cut the seams, how to size and order tasks, what each task's Definition of Done must carry, and the mandatory final integration-and-hardening task. Distinct from moe-planning, which plans the steps inside one task.

2026-07-25
moe-planning
computer-occupations-all-other

Use when an architect is turning a Moe task into an implementation plan via moe.submit_plan. Provides the canonical 8-phase template (plan, explore, tests, minimum impl, verify, document, adversarial review, QA loop), rules for when to skip phases on trivial tasks, and where the verification gate belongs — once at the end of a task, and at full scope only on the epic's final task.

2026-07-25
moe-qa-loop
software-quality-assurance-analysts-and-testers

Use when reviewing a task in REVIEW status as the QA agent. Provides the structured decision flow for moe.qa_approve vs moe.qa_reject, with rejectionDetails that drive a clean fix on the worker side.

2026-07-25
receiving-code-review
software-quality-assurance-analysts-and-testers

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

2026-07-25
regression-check
software-quality-assurance-analysts-and-testers

Use before moe.complete_task. Runs the suite the plan named — narrow for a mid-epic task, full for the epic's final task — to confirm nothing unrelated broke. The goal is zero regressions. Better to find out now than in a QA reject comment.

2026-07-25
Showing top 8 of 30 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded
yaront1111 Agent Skills | SkillsMP