← all publishers

jaemk

@jaemk source repo

17 published skills

  1. Scan 2 · jaemk bundle
    Report on the shape of a working tree.
    0
    installs
  2. Pr Cycle · jaemk bundle
    PR review-and-update cycle — the orchestrator that takes a PR from review to resolved. It runs a local review (by delegating to the `pr-review` skill), fetches open GitHub review comments, evaluates all findings, applies valid fixes, runs CI, commits, pushes, resolves threads, and re-requests Copilot review. Supports three modes — `full` (default, everything), `local` (only the local-review-and-fix loop; no GitHub PR-conversation reads or mutations), and `remote` (only the GitHub PR feedback loop; no local review). The review sub-agents default to Sonnet but can be overridden per run (e.g. to opus). Use when asked to "run the pr cycle", "address pr comments", "resolve comments and re-request review", "review and fix the branch", "run the remote pr cycle", or after pushing a new round of changes. For a read-only review with no fixes/push, use `pr-review` instead.
    0
    installs
  3. Pr Review · jaemk
    Targeted, read-only review of a PR or checked-out branch. Acquires the diff (a PR number, or the current branch vs origin/master), shards the changed material into appropriately sized, randomized chunks, and spawns multiple read-only code-review and library-consumer sub-agents in parallel (one per shard), then aggregates and de-duplicates their findings into a single report with severity and a valid / already-fixed / invalid verdict for each. Read-only — it does not edit files, commit, push, or touch the GitHub PR conversation. The review sub-agents default to Sonnet but can be overridden per run (e.g. to opus). Use when asked to "review this PR", "review the branch", "what's wrong with this diff", "do a code review", or "review with opus". For the full review → fix → push → resolve loop, use `pr-cycle` (which delegates its review step here).
    0
    installs
  4. Consumer Experience Review · jaemk
    Review a library/package from the perspective of an external downstream consumer — build a throwaway crate/project that depends on it the way a real user would, exercise the public API, and surface gaps, inconsistencies, and inconveniences with compiler-verified evidence. Use when asked to "review the consumer/user experience", "find API gaps/inconsistencies", "evaluate the public API", "is this ready to publish/release", or before a 1.0 / major version bump. Especially valuable for breaking-change releases (the only non-breaking window to fix the public surface).
    0
    installs
  5. Release · jaemk
    Cut a new `mind` release. Bump the version, update the changelog, verify CI, tag with `make release`, and confirm the GitHub release workflow builds and uploads the binaries.
    0
    installs
  6. Audit · jaemk
    Walk the diff and flag anything that changes behavior.
    0
    installs
  7. Probe · jaemk
    Inspect the working tree using the helper tooling the source builds at meld time.
    0
    installs
  8. Scan · jaemk bundle
    Scan a project and report its type using a shared helper tool.
    0
    installs
  9. Greet · jaemk
    Open a working session by restating the task in one line.
    0
    installs
  10. Hello Mind · jaemk
    A hello-world skill; confirms mind melded this repo and linked an item into your agent home.
    0
    installs
  11. Recap · jaemk
    Close a session by summarizing what changed and what is left.
    0
    installs
  12. Review · jaemk
    Review a diff for bugs; defers to a sibling rule for formatting.
    0
    installs
  13. Onboard · jaemk
    Walk a new teammate through the team's curated agent toolchain.
    0
    installs
  14. Secret · jaemk
    An internal-only skill that should not be offered.
    0
    installs
  15. Alpha · jaemk
    Run the alpha package checks and report the result.
    0
    installs
  16. Deploy · jaemk
    Build the web package and ship it to the configured environment.
    0
    installs
  17. Format · jaemk
    Format the working tree with the project formatter
    0
    installs