Dev Workflow

Development workflow skills for commits, linting, testing, code review, PRs, documentation, coverage, dependencies, project scaffolding, and task automation

by @seabbs-skills 12 skills

Skills in this plugin

12
  1. Pr · seabbs-skills
    Create a pull request based on a GitHub issue with analysis, implementation, QA, and PR creation
    1 install
  2. Docs · seabbs-skills
    Check that all code has appropriate documentation and fix gaps
    1 install
  3. Lint · seabbs-skills
    Lint, format, and optionally commit changes
    1 install
  4. Test · seabbs-skills
    Run tests iteratively fixing code or tests until all pass, then commit
    1 install
  5. Commit · seabbs-skills
    Create a well-structured commit with conventional format and proper git identity
    1 install
  6. Review · seabbs-skills
    Perform a code review with linting, standards checking, and priority-ranked findings
    1 install
  7. Show Diff · seabbs-skills
    Open a tmux split running diffview.nvim so the user can review the agent's recent changes. Use proactively after non-trivial edits, or when the user asks to "show the diff", "open a diff viewer", or similar.
    1 install
  8. Update Deps · seabbs-skills
    Review and update project dependencies safely with incremental testing
    1 install
  9. Patch Release · seabbs-skills
    Plan a patch release from recent issues. Triages what belongs in a patch, proposes a batch for approval, then opens a tracking issue with the version number, draft release notes and a checklist. Use when asked to plan or scope a patch release, cut a bugfix release, or work out what should go into the next x.y.Z.
    3 installs
  10. Pre Pr Checks · seabbs-skills
    Run the full pre-PR verification routine (format, lint, tests, type/package checks, coverage) in an isolated subagent so the main thread stays clean. Invoke this after a gh pr create is blocked by the pre-tool-use hook; report ready or unready back to the main thread.
    1 install
  11. Improve Coverage · seabbs-skills
    Improve test coverage by identifying gaps and generating meaningful tests
    1 install
  12. Project Organization · seabbs-skills bundle
    Expert guidance for setting up and organizing research software projects following established patterns for R packages, Julia packages, and research projects
    2 installs