← all publishers

handsomefox

@handsomefox source repo

9 published skills

  1. Caveman · handsomefox bundle
    Use an explicitly requested compact technical communication mode. Use only when the user invokes $caveman, asks for caveman mode, or explicitly selects lite, full, or ultra brevity; never infer it from a generic request to be brief.
    0
    installs
  2. Test Gap · handsomefox bundle
    Find changed branches that no test meaningfully asserts, ranked by the consequence if they are wrong. Use explicitly when the user asks to review a diff for coverage, identify missing tests before merging, or inspect test gaps in a branch or package. Do not write tests unless asked afterward.
    0
    installs
  3. Go Tooling · handsomefox bundle
    Go analyzers beyond the standard toolchain for dead code, nil safety, discarded errors, vulnerabilities, struct layout, API compatibility, dependency analysis, and benchmarks. Use when editing, reviewing, or auditing Go files or a repository containing go.mod, especially for go build, go test, go vet, formatting, correctness audits, or performance work.
    0
    installs
  4. Diff Review · handsomefox bundle
    Review a pull request, staged changes, or a branch diff and report actionable findings by severity. Use explicitly when the user asks to review a PR, review staged changes, or check a diff before pushing. Review only; do not fix findings unless asked separately.
    0
    installs
  5. Unslop Code · handsomefox bundle
    Remove unnecessary AI-style code from the current branch while preserving behavior and local conventions. Use explicitly when the user asks to clean up AI-generated code, reduce boilerplate, remove overengineering, or invokes $unslop-code.
    0
    installs
  6. Commit Split · handsomefox bundle
    Turn a mixed working tree into an ordered sequence of atomic commits, each independently buildable and revertable. Use explicitly when the user asks to split unrelated changes, prepare commits before a PR, or clean up unpushed working-tree changes. Do not use to rewrite existing commits.
    0
    installs
  7. Fix Bug Report · handsomefox bundle
    Confirm, reproduce, test, fix, and verify a reported defect from the current file, selection, pasted report, or user description. Use explicitly when the user asks to investigate or fix a bug report or invokes $fix-bug-report.
    0
    installs
  8. Tech Debt Pass · handsomefox bundle
    Audit a bounded scope for correctness risk, complexity, dead code, inconsistency, and measured performance problems, then report before changing anything. Use explicitly when the user asks to simplify, refactor, clean up, or speed up a specific package, directory, or diff. Do not use for feature work, bug fixes, or whole-repository sweeps.
    0
    installs
  9. Draft Pr And Commit · handsomefox bundle
    Draft a PR title, PR description, and commit message from the current branch diff and ticket context. Use explicitly when the user asks to prepare PR copy, a commit message, release notes for a change, or invokes $draft-pr-and-commit. Draft only; never commit or open a PR.
    0
    installs