← all publishers

ASTARLab-s

@astarlab-s source repo

8 published skills

  1. Study Recap · astarlab-s
    Use at the end of a learning or homework session: summarize the concepts used, set one re-implementation exercise, and pose one recall question.
    0
    installs
  2. Scope Cutter · astarlab-s
    Use when a task is growing beyond one session: split it into the smallest landable slice and an explicit deferred list.
    0
    installs
  3. Context Primer · astarlab-s
    Use to audit and refresh the project-instructions file: find stale commands, missing conventions, and undocumented gotchas, then draft the minimal update.
    0
    installs
  4. Migration Check · astarlab-s
    Use on any database schema or migration change: check reversibility, defaults, nullability against existing rows, and that a test exercises the new shape.
    0
    installs
  5. Edge Case Hunter · astarlab-s
    Use after writing code and its tests: enumerate uncovered boundary conditions and draft the highest-value missing tests.
    0
    installs
  6. Plan Then Execute · astarlab-s
    Use when starting any non-trivial coding task: produce a spec and a step-ordered plan, get approval, then execute step by step with checkpoints.
    0
    installs
  7. Explain This Change · astarlab-s
    Use to explain a diff or recent change: what it does, why this approach, what could break, plus one self-test question for the reader.
    0
    installs
  8. Verify After Accept · astarlab-s
    Use immediately after accepting a code change: run the narrowest real check that could falsify it and report what remains unverified.
    0
    installs