llp42
- 14 skills
- 0 followers
- 2 hours ago last updated
- ▌ Flaky Detector · llp42Detect flaky tests by running the test suite multiple times and comparing results.
- ▌ Pr Storyteller · llp42MUST 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.
- ▌ Commit · llp42MUST 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.
- ▌ Env Lint · llp42MUST 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.
- ▌ Lint Fix · llp42MUST 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.
- ▌ Test Gap · llp42MUST 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.
- ▌ Changelog · llp42MUST 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.
- ▌
- ▌ Doc Format · llp42MUST 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.
- ▌ CSV Summary · llp42MUST 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.
- ▌ Deps Doctor · llp42MUST 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.
- ▌ Standup Gen · llp42MUST 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.
- ▌ Deps Summary · llp42MUST 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.
- ▌ Go Standards · llp42 bundleTarget: $ARGUMENTS. The first word selects the mode; if it is absent or is not