← all publishers

llp42

@llp42 source repo

14 published skills

  1. Flaky Detector · llp42
    Detect flaky tests by running the test suite multiple times and comparing results.
    0 installs
  2. Pr Storyteller · llp42
    MUST be used whenever the user asks to write a PR title, PR description, or test plan for the current branch. Always invoke this instead of writing a PR description manually.
    0 installs
  3. Commit · llp42
    MUST be used whenever the user asks to commit changes or make a git commit. Always invoke this instead of running `git commit` manually or writing a commit message yourself.
    0 installs
  4. Env Lint · llp42
    MUST be used whenever the user asks to check .env file parity, find missing/extra environment variables, or validate .env against .env.example. Always invoke this instead of comparing env files manually.
    0 installs
  5. Lint Fix · llp42
    MUST be used whenever the user asks to run linting/formatting or auto-fix lint issues. Always invoke this instead of manually running eslint/prettier/ruff/black/etc. yourself.
    0 installs
  6. Test Gap · llp42
    MUST be used whenever the user asks which changed lines lack test coverage, or to find test coverage gaps in the current diff. Always invoke this instead of manually cross-referencing a coverage report yourself.
    0 installs
  7. Changelog · llp42
    MUST be used whenever the user asks to update, generate, or write changelog/release-notes entries from git history. Always invoke this instead of writing changelog entries manually.
    0 installs
  8. Docstring · llp42
    Target file: $1
    0 installs
  9. Doc Format · llp42
    MUST be used whenever the user asks to clean up, fix, or reformat markdown/doc file structure (headers, links, TOC, list style, whitespace). Always invoke this instead of hand-editing markdown formatting yourself.
    0 installs
  10. CSV Summary · llp42
    MUST be used whenever the user asks to summarize, profile, or get statistics on a CSV file (row/column counts, nulls, ranges, distributions). Always invoke this instead of manually parsing the CSV yourself.
    0 installs
  11. Deps Doctor · llp42
    MUST be used whenever the user asks to audit dependencies for outdated versions or known vulnerabilities across the whole project (not just a diff). This complements the separate `deps-summary` skill, which only reports version deltas already present in a git diff — this one actively audits the current lockfile state regardless of any diff. Always invoke this instead of running npm/pip/cargo audit commands manually.
    0 installs
  12. Standup Gen · llp42
    MUST be used whenever the user asks for a daily standup update, activity summary, or "what did I do yesterday/this week" from git history. Always invoke this instead of manually running git log yourself.
    0 installs
  13. Deps Summary · llp42
    MUST be used whenever the user asks what dependencies changed, to review a lockfile/manifest diff, or to summarize version bumps. Always invoke this instead of reading the lockfile diff manually.
    0 installs
  14. Go Standards · llp42 bundle
    Target: $ARGUMENTS. The first word selects the mode; if it is absent or is not
    0 installs