maiconsouza89
- 9 skills
- 0 followers
- 3 hours ago last updated
- ▌ Mass Adr Lifecycle · maiconsouza89 bundleCreates 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.
- ▌ Mass Code Review · maiconsouza89Reviews 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).
- ▌ Mass Commit Message · maiconsouza89 bundleWrites 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).
- ▌ Mass Issue Priority · maiconsouza89 bundleClassifies 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).
- ▌ Mass Pr Description · maiconsouza89 bundleFills 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).
- ▌ Mass Issue Implement · maiconsouza89 bundleImplements 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).
- ▌ Mass Skill Authoring · maiconsouza89 bundleWrites 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).
- ▌ Mass Issue Complexity · maiconsouza89 bundleClassifies 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).
- ▌ Mass Security Checklist · maiconsouza89Audits 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).