Skip to main content
Dépôt GitHub

Hazma

Hazma contient 16 skills collectées depuis LoganAMorrison, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
16
Stars
15
mis à jour
2026-08-03
Forks
6
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

begin-phase
Autres occupations informatiques

Prepare a guarded, ready-to-paste kickoff prompt for the next eligible phase of a phased project, verifying strict prerequisite closeout first and refusing blocked or ambiguous phase starts.

2026-08-03
begin-phase
Autres occupations informatiques

Safely determine whether a phased Hazma project can begin its next or a requested phase, then produce a guarded Codex kickoff prompt. Use when a user asks which phase is ready, asks to begin a phase, or needs a phase handoff; this skill does not implement the task.

2026-08-03
commit-and-pr
Développeurs de logiciels

Run Hazma's preflight gate, create or validate a Codex branch, commit intentionally with a valid Conventional Commit header, push, and open or update a pull request. Use when a user asks to commit, ship, or open a PR for current work.

2026-08-03
execute-single-task
Développeurs de logiciels

Implement exactly one numbered task from a Hazma project plan, including task-note updates, numerical-impact measurement, documentation consistency, and the preflight gate. Use when a user asks to take a project task or the next project task; stop before committing unless the caller expressly owns the commit.

2026-08-03
review-cycle
Analystes en assurance qualité des logiciels et testeurs

Orchestrate a bounded, multi-agent Codex review loop for a pushed Hazma pull request: select independent reviewer lenses, collect reviews in parallel, apply and push justified fixes, verify them, post durable round summaries, and stop at convergence, escalation, or the iteration cap.

2026-08-03
review-plan
Analystes en assurance qualité des logiciels et testeurs

Perform a read-only, findings-first review of a Hazma project PLAN before implementation, covering feasibility, numerical correctness, architecture, Python conventions, and testability. Use when a user asks whether a project plan is ready or asks to review projects/<slug>/PLAN.md.

2026-08-03
review-pr
Analystes en assurance qualité des logiciels et testeurs

Review a Hazma pull request against its project task or ad-hoc scope using one focused lens: generalist, completeness, logic, document consistency, or numerics. Use when a user asks for a PR review or when a Codex review cycle assigns a single reviewer lens.

2026-08-03
review-respond
Analystes en assurance qualité des logiciels et testeurs

Synthesize existing Hazma PR review feedback, assess each comment on merit, implement justified in-scope fixes, run the preflight gate, and provide verification-ready responses. Use when reviews already exist; do not use to collect reviews.

2026-08-03
task-pipeline
Développeurs de logiciels

Orchestrate one Hazma project task end to end in a dedicated Codex worktree: resolve, implement, open a draft PR, run a bounded review cycle, and finalize or retain the PR draft. Use when a user asks to implement and ship one project task; it requires projects/<slug>/PLAN.md.

2026-08-03
commit-and-pr
Développeurs de logiciels

Branch, run the preflight gate, commit with Conventional Commits, push, and open a PR that follows the repo's PR guidelines and passes CI.

2026-08-03
execute-single-task
Développeurs de logiciels

Execute exactly one task (or tightly related task cluster) from a project's PLAN, keep scope narrow, update the task note, run the preflight gate, and escalate only canonical plan changes into ADRs and plan files. Stops before commit — the caller (or /commit-and-pr) owns the commit.

2026-08-03
review-cycle
Analystes en assurance qualité des logiciels et testeurs

Orchestrate the full PR review loop — select reviewers, spawn them in parallel, commit and push fixes, verify, post a round comment, and iterate to convergence or a cap. The single review-loop implementation; task-pipeline Phase D delegates here.

2026-08-03
review-plan
Analystes en assurance qualité des logiciels et testeurs

Stress-test a project plan under projects/<slug>/ before implementation starts, producing a findings-first review across feasibility, numerics, correctness, architecture, and idiomatic Python — read-only, no plan edits.

2026-08-03
review-pr
Analystes en assurance qualité des logiciels et testeurs

Review a PR that implements one plan task against its spec in projects/<slug>/, as a single lens-focused reviewer. Distinct from generic /code-review (working-tree diffs), /review-plan (pre-implementation plans), and /review-cycle (multi-reviewer orchestration).

2026-08-03
review-respond
Analystes en assurance qualité des logiciels et testeurs

As the implementer, synthesize existing PR review feedback from one or more reviewers, implement the justified fixes behind the preflight gate, and produce per-reviewer, verification-ready response summaries. Use when reviews already exist and you need to address them — not to collect reviews.

2026-08-03
task-pipeline
Développeurs de logiciels

Orchestrate one project task end-to-end — resolve, implement, review, ship — delegating each phase to a context-isolated subagent over a shared worktree.

2026-08-03