← all publishers

DuckCode-js

@duckcode-js source repo

6 published skills

  1. Changelog · duckcode-js bundle
    Generate or update a CHANGELOG.md from git history in Keep-a-Changelog format. Triggers on "write changelog", "update changelog", "generate changelog for vX.Y.Z", "what changed since <tag>", or when the user is preparing a release and mentions CHANGELOG.
    0
    installs
  2. Pr Describer · duckcode-js bundle
    Write a good pull request description from the actual diff — what changed, why, how, testing notes, and appropriate flags. Triggers on "write a PR description", "describe this PR", "help me open a PR", or when the user is preparing to push a branch and needs a description.
    0
    installs
  3. Release Notes · duckcode-js bundle
    Generate GitHub Release notes, git tag commands, and package-manager publish messaging from a version bump. Triggers on "make release notes for vX.Y.Z", "prepare a release", "tag and release", or when the user has just updated CHANGELOG.md and mentions releasing.
    0
    installs
  4. Commit Message · duckcode-js bundle
    Write a clean commit message from the staged changes — imperative subject in the codebase's convention, body only when it earns its place, no filler. Triggers on "write a commit message", "commit this", "what should this commit say", or when the user is about to run `git commit` and hasn't written a message.
    0
    installs
  5. Security Review · duckcode-js bundle
    Review a code change or a file for security issues — secret leaks, injection, auth bypass, deserialization, common OWASP hits, and dependency risks. Triggers on "security review", "review this for security", "check for vulns", "did I leak a secret", or before pushing anything that touches auth / crypto / user input / SQL / shell / eval.
    0
    installs
  6. Docstring Writer · duckcode-js bundle
    Add good docstrings to functions, classes, and modules that lack them. Uses the language-appropriate style (Google/numpydoc/JSDoc/rustdoc/godoc). Triggers on "add docstrings", "document this function/class/module", "write docstrings", or when the user is polishing a file for release.
    0
    installs