Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

agentic_coding_lab

agentic_coding_lab enthält 20 gesammelte Skills von marcoemrich, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
20
Stars
8
aktualisiert
2026-06-02
Forks
0
Berufsabdeckung
2 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

build-overview
Softwareentwickler

Generates an experiment-overview snapshot of all research questions under research/_archive/. Invoke when a new point-in-time report across all RQs should be produced.

2026-06-02
run-rq
Softwareentwickler

Use this skill to drive a research question (RQ) end-to-end: validate the RQ README, generate a fill batch-plan, start the Docker batch in the background, monitor progress, run aggregation, and propose findings updates. Trigger when the user says "RQ-N voranbringen", "run-rq", "fill RQ-N", "run RQ-N", "Forschungsfrage N starten", or names a specific RQ-N directory in research/.

2026-05-28
reanalyze
Softwareentwickler

Re-run the analysis pipeline on all runs matching an RQ, reaggregate metrics, and propose findings updates against the fresh data. Trigger when the user says "reanalyze RQ-N", "reanalyse RQ-N", "Runs neu analysieren", or wants to refresh metrics/findings after a pipeline change (analyze-run.sh fix, adapter added, ESLint config).

2026-05-26
green
Softwareentwickler

TDD Green Phase - Implement minimal code to make the failing test pass

2026-05-26
red
Softwareentwickler

TDD Red Phase - Activate ONE test from the test list and make it fail with explicit predictions

2026-05-26
test-list
Softwarequalitätssicherungsanalysten und -tester

TDD Test List Phase - Create a comprehensive test list covering every example and rule from the specification

2026-05-26
build-overview
Softwareentwickler

Generates an experiment-overview snapshot of all research questions under research/_archive/. Invoke when a new point-in-time report across all RQs should be produced.

2026-05-26
exact-coding-baseline-export
Softwareentwickler

Mint a new exact-coding-baseline-YYYY-MM-DD snapshot under research/workflow-dev/export/. Detects the current best correctness- oriented workflow from research/workflow-dev/workflow-construction.md (or takes an explicit source-workflow argument), copies it, applies the HITL transformation using the canonical template in this skill, and writes README + VERSION inside .claude/ so the snapshot can be dropped straight into a consumer project. Trigger when the user says "exact-coding baseline export", "neue exact-coding baseline", "exact-coding-baseline-export", or asks to refresh the baseline snapshot.

2026-05-26
reanalyze
Softwareentwickler

Re-run the analysis pipeline on all runs matching an RQ, reaggregate metrics, and propose findings updates against the fresh data. Trigger when the user says "reanalyze RQ-N", "reanalyse RQ-N", "Runs neu analysieren", or wants to refresh metrics/findings after a pipeline change (analyze-run.sh fix, adapter added, ESLint config).

2026-05-26
run-rq
Softwareentwickler

Use this skill to drive a research question (RQ) end-to-end: validate the RQ README, generate a fill batch-plan, start the Docker batch in the background, monitor progress, run aggregation, and propose findings updates. Trigger when the user says "RQ-N voranbringen", "run-rq", "fill RQ-N", "run RQ-N", "Forschungsfrage N starten", or names a specific RQ-N directory in research/.

2026-05-26
tdd
Softwarequalitätssicherungsanalysten und -tester

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-05-25
green
Softwareentwickler

TDD Green Phase - Implement minimal code to make the failing test pass

2026-05-25
red
Softwarequalitätssicherungsanalysten und -tester

TDD Red Phase - Activate ONE test from the test list and make it fail with explicit predictions

2026-05-25
refactor
Softwareentwickler

TDD Refactor Phase - Improve code while keeping tests green using Simple Design Rules and APP mass

2026-05-25
test-list
Softwarequalitätssicherungsanalysten und -tester

TDD Test List Phase - Create a comprehensive test list covering every example and rule from the specification

2026-05-25
exact-coding-baseline-export
Softwareentwickler

Mint a new exact-coding-baseline-YYYY-MM-DD snapshot under research/workflow-dev/export/. Detects the current best correctness- oriented workflow from research/workflow-dev/workflow-construction.md (or takes an explicit source-workflow argument), copies it, applies the HITL transformation using the canonical template in this skill, and writes README + VERSION inside .claude/ so the snapshot can be dropped straight into a consumer project. Trigger when the user says "exact-coding baseline export", "neue exact-coding baseline", "exact-coding-baseline-export", or asks to refresh the baseline snapshot.

2026-05-25
red
Softwarequalitätssicherungsanalysten und -tester

TDD Red Phase. Activates exactly one it.todo() test, records compile-error and runtime-error predictions, verifies the test fails for the predicted reason. The prediction block this skill emits is parsed by the experiment's measurement pipeline.

2026-05-17
green
Softwareentwickler

TDD Green Phase. Writes the smallest possible implementation to turn the currently failing test green. Hardcoded returns and obviously-incomplete logic are preferred to over-implementation. No refactoring here.

2026-05-17
red
Softwarequalitätssicherungsanalysten und -tester

TDD Red Phase. Activates exactly one it.todo() test, records compile-error and runtime-error predictions, verifies the test fails for the predicted reason. The prediction block this skill emits is parsed by the experiment's measurement pipeline.

2026-05-17
test-list
Softwarequalitätssicherungsanalysten und -tester

TDD Test List Phase. Creates an it.todo() list for a feature, scoped to base functionality (no edge cases, no advanced features). First step of the TDD cycle; invoked once per feature before the red phase.

2026-05-17