← all publishers

maiconsouza89

@maiconsouza89 source repo

9 published skills

  1. Mass Adr Lifecycle · maiconsouza89 bundle
    Creates and maintains Architecture Decision Records (MADR minimal) through their whole lifecycle, bootstrapping the archive, writing new records, moving them through proposed/accepted/rejected/superseded/deprecated and auditing numbering and supersede chains, in any folder and language (default docs/adr/, English). Use whenever the user mentions ADRs or decision records, or asks to "write an ADR", "record this decision", "document why we chose X", "supersede ADR 0003", "deprecate that decision", "audit our ADRs" or "set up ADRs", and also when an expensive-to-reverse architecture choice is being made in the conversation with no record of it. Do NOT use for how-to guides, READMEs or changelogs.
    0 installs
  2. Mass Code Review · maiconsouza89
    Reviews a pull request or a local diff for correctness bugs, missing tests and unsafe changes, and reports findings with file and line. Use when "review this PR", "review my changes" or "look for bugs in this diff". Do NOT use for writing the PR description (use mass-pr-description) or for a security-only audit of a skill (use mass-security-checklist).
    0 installs
  3. Mass Commit Message · maiconsouza89 bundle
    Writes a Conventional Commits message from the staged diff, with a scope taken from the changed directories. Use when "write a commit message", "commit this" or "what scope should this commit have". Do NOT use for pull request descriptions (use mass-pr-description).
    0 installs
  4. Mass Issue Priority · maiconsouza89 bundle
    Classifies how urgent an issue or ticket is as p0, p1, p2 or backlog from the impact signals in its text, and justifies the level. Use when "what priority is this issue", "is this a p0 or a p1" or "triage the priority of this ticket". Do NOT use for sizing the work (use mass-issue-complexity) or for writing a pull request description (use mass-pr-description).
    0 installs
  5. Mass Pr Description · maiconsouza89 bundle
    Fills the Mass Solutions pull request template from the branch's commits and diff. Use when "write the PR description", "open a pull request" or "describe this branch". Do NOT use for a single commit message (use mass-commit-message) or for reviewing someone else's PR (use mass-code-review).
    0 installs
  6. Mass Issue Implement · maiconsouza89 bundle
    Implements a GitHub issue end to end. Starts the branch, reads the whole thread, checks every plan and comment against the code, researches what is still open, records the decisions and their evolution as comments on the issue and opens the pull request from the repository template. Use when "implement issue 42", "work on issue 42 and open the PR" or "resolve this issue". Do NOT use for classifying an issue (use mass-issue-priority or mass-issue-complexity), for writing only the PR text (use mass-pr-description) or for reviewing someone else's PR (use mass-code-review).
    0 installs
  7. Mass Skill Authoring · maiconsouza89 bundle
    Writes or reviews a Mass Solutions skill so it passes the catalog validator on the first run. Use when "create a new skill", "review this SKILL.md" or "why does the validator reject my skill". Do NOT use for writing commit messages or pull requests (use mass-commit-message or mass-pr-description).
    0 installs
  8. Mass Issue Complexity · maiconsouza89 bundle
    Classifies the complexity of an issue or ticket as low, medium or high from its text and justifies the level with the signals found. Use when "how complex is this issue", "classify the complexity of this ticket" or "is this issue low, medium or high". Do NOT use for reviewing a diff or pull request (use mass-code-review), for deciding how urgent an issue is (use mass-issue-priority) or for writing a pull request description (use mass-pr-description).
    0 installs
  9. Mass Security Checklist · maiconsouza89
    Audits a skill, script or configuration for the four threat classes the Mass Solutions validator and Snyk Agent Scan look for, and reports pass or fail per item. Use when "is this skill safe", "security check this script" or "audit this SKILL.md". Do NOT use for a general code review (use mass-code-review).
    0 installs