B Mendoza Skills

B Mendoza Skills from b-mendoza/agent-skills.

by @b-mendoza 27 skills

Skills in this plugin

27
  1. Pr Creator · b-mendoza bundle
    Create review-ready pull requests or merge requests from the current branch through a fork-aware, idempotent, preview-first, user-approved workflow. Use when the user asks to create, open, draft, or submit a PR, pull request, merge request, or code review request, or says their branch is ready for review.
    1 install
  2. Refine Task · b-mendoza bundle
    Review one Jira or GitHub work item for implementation readiness and produce one tracker-facing refinement comment or draft. Use when asked to refine, review, assess, or prepare a Jira ticket, Jira epic, GitHub issue, or GitHub epic-style parent issue; optionally post the exact approved comment after preview, authorization, tooling, and idempotency gates pass.
    1 install
  3. Recency Guard · b-mendoza bundle
    Validates answers that depend on current external facts, including prices, versions, policies, rankings, recommendations, documentation, and availability. Use when the user asks for current, latest, verified, fact-checked, or up-to-date answers. Coordinates recency-checker and claim-verifier subagents to produce a current, qualified final answer.
    0 installs
  4. Refactoring Code · b-mendoza bundle
    Coordinates consent-gated, evidence-isolated, behavior-preserving simplification refactors. Use when simplifying, splitting, renaming, moving, deduplicating, or clarifying existing code while preserving the canonical protected surfaces.
    1 install
  5. Prompt Structurer · b-mendoza bundle
    Convert prose prompts into compact, structured XML prompt contracts through staged passes. Use when a user asks to structure, harden, formalize, debug, revise, or convert a prompt; mentions XML tags, agent drift, ambiguity, hidden assumptions, success criteria, anti-patterns, autonomous prompts, or prompt suites; or provides natural-language instructions that need to become a reliable agent contract.
    1 install
  6. Fetching Work Item · b-mendoza bundle
    Retrieves a Jira ticket or a GitHub issue into docs/<KEY>.md as a read-only, validated Markdown snapshot for downstream workflow phases. Use when a Jira URL, a GitHub issue URL, or owner/repo/number coordinates need the Phase 1 fetch-work-item step. Detects the platform from the input and loads the matching playbook just-in-time.
    1 install
  7. Council Of Advisors · b-mendoza bundle
    Runs a structured nine-seat council deliberation on an idea, project, business, startup, goal, or objective, then writes a full decision handoff file with a compact recommendation summary and reusable mental-model teaching cards. Use when a user asks to stress-test a decision, get adversarial review, classify a decision as reversible or irreversible, or wants multiple independent perspectives on a course of action.
    1 install
  8. Review Pull Request · b-mendoza bundle
    Review one pull request through a standalone, progressively disclosed workflow. Use when the user asks to review a PR, audit a pull request, prepare GitHub review comments, draft request-changes feedback, write a PR review file, or optionally post approved review comments. This skill handles exactly one PR; ask the user to choose one PR when multiple PR URLs are supplied.
    1 install
  9. Generate Flow Diagram · b-mendoza bundle
    Creates, refines, repairs, or decomposes Markdown plus Mermaid workflow diagrams (flowchart or stateDiagram) with explicit approval gates, staged writes, empirical Mermaid validation, and compact run reports. Use when generating process flows, Mermaid flowcharts or state diagrams, agent operating procedures, human-in-the-loop gate maps, or decomposing a skill package flow diagram.
    1 install
  10. Improving Test Suites · b-mendoza bundle
    Improve existing test suites into minimal, high-signal behavior-focused harnesses with approval-before-mutation, conformance checks, guarded validation, bounded repair, and auditable handoff statuses. Use when asked to improve, trim, rewrite, delete, review, or harden tests around public contracts, business logic, schemas, security behavior, failures, edge cases, readability, or maintainability.
    1 install
  11. Clarifying Assumptions · b-mendoza bundle
    Runs the conversational clarification layer for workflow orchestration. Use for plan-wide upfront clarification or task-level pre-execution critique while delegating artifact analysis, manifest assembly, and file updates to bundled subagents.
    1 install
  12. Diagnosing Root Causes · b-mendoza bundle
    Diagnoses runtime bugs, crashes, regressions, failing CI/CD pipelines, and underspecified user reports through read-only, evidence-first root-cause analysis with traceable reports and bounded subagent workflows.
    1 install
  13. Orchestrating Workflow · b-mendoza bundle
    Coordinate an end-to-end Jira or GitHub work-item workflow from initial fetch through per-task implementation. Use this skill when the user provides a Jira ticket URL, a GitHub issue URL, owner/repo/issue coordinates, says "work on ticket PROJECT-123", "work on issue owner/repo#42", "resume <work-item-key>", "continue this workflow", or asks for status without naming a specific phase. This top-level coordinator detects the platform from the input, loads the matching playbook just-in-time, keeps SKILL.md as a routing layer, and dispatches execution-heavy work to downstream skills or co-located utility subagents.
    1 install
  14. Planning Task Execution · b-mendoza bundle
    Plans how to execute exactly one already-selected numbered Jira or GitHub task by producing an execution brief, implementation plan, behavior-oriented test specification, and scoped refactoring recommendation. Use for Phase 5 task-execution planning with a workflow key and TASK_NUMBER. Does not decompose the parent work item, plan multiple tasks, implement code, or advance to the next task.
    1 install
  15. Rewriting Code Strictly · b-mendoza bundle
    Rewrite existing Python, TypeScript/JavaScript, or Go code for strict static typing, boundary validation, and maintainable idioms while preserving behavior. Use when the user asks to harden code, remove unsafe escape hatches, add validation, or align with mypy, Pyright, tsc, go vet, or Staticcheck. Coordinates baseline mapping, strategy, approved implementation, and review through co-located subagents and just-in-time language references.
    1 install
  16. Executing Work Item Task · b-mendoza bundle
    Executes exactly one planned Jira or GitHub work-item task after critique approval. Use when a numbered task should move through kickoff, implementation, documentation, requirements verification, clean-code, architecture, and security gates, targeted fix cycles, tracker finalization, and a final report without continuing to the next task. Does not plan tasks or select the next task.
    1 install
  17. Planning Work Item Tasks · b-mendoza bundle
    Plans a Phase 1 Jira ticket or GitHub issue snapshot into staged, validated Phase 2 task-plan artifacts with deterministic branch names. Use when an orchestrator or user asks to decompose docs/<KEY>.md, plan Jira tasks, plan GitHub issue tasks, or re-plan a work item after critique. Does not fetch work items, create subtasks or child issues, implement tasks, or mutate the work-item platform.
    1 install
  18. Workflow Skill Architect · b-mendoza bundle
    Converts repeatable workflows, existing prompts, or skill packages into portable agent-skill artifacts or review reports with staged writes, bounded review repair, resume packets, and canonical validation. Use when creating, extending, refactoring, or reviewing skills for Claude Code, Cursor, OpenCode, or Agent Skills-compatible runtimes.
    1 install
  19. Committing Scoped Changes · b-mendoza bundle
    Creates reviewable atomic git commits from an explicit list of files or folders after the user asks, in words, to commit. Use when the user says commit these files, commit only src/x, split my changes into atomic commits, commit the ticket work, or keep unrelated work out of the commit. Shows the exact commit plan for approval before any commit and preserves unrelated staged and unstaged work. Does not push, amend, or rewrite history. Does not open pull requests (use pr-creator). Does not summarize recent project state (use analyzing-recent-project-state).
    1 install
  20. Generate Handoff Document · b-mendoza bundle
    Generates or updates a resumable cold-start handoff package from an in-progress conversation, review, debugging session, or investigation, with transcript materialization, verified structured artifacts, update-mode backups, and bounded review repair. Use when the user says create a handoff doc, save this for later, document what we found, update the resumption file, or prepare a fresh agent to resume without chat history.
    1 install
  21. Improving Skill Definition · b-mendoza bundle
    Adversarially audits and improves existing first-party agent-skill packages through approval-gated edits, focused subagent reports, baseline diff validation, and outcome-dependent evidence preservation. Use when improving, hardening, or repairing a skill definition, subagent architecture, flow diagram, package hygiene, or prompt sufficiency.
    1 install
  22. Creating Work Item Children · b-mendoza bundle
    Creates or reconciles GitHub child task issues or Jira subtasks from an approved Phase 4 task plan, then updates docs/<KEY>-tasks.md with validated remote linkage. Use after the task plan has been clarified and the user has approved the exact platform writes plus scoped plan-file update. Does not plan tasks, implement code, commit changes, or mutate unrelated tracker state.
    1 install
  23. Review Software Engineer Cv · b-mendoza bundle
    Reviews and tailors a software engineer CV or resume against a job posting. Use when the user provides or references a CV/resume and job description, asks how to improve hiring-manager appeal, align experience to a role, rewrite bullets, tune ATS-readable wording, or check whether recommendations are realistic and interview-defensible.
    1 install
  24. Validate Implementation Plan · b-mendoza bundle
    Audits an implementation plan for requirements traceability, avoidable complexity, risky assumptions, and evidence gaps. Use when reviewing an AI-generated or human-authored plan, design proposal, implementation outline, task breakdown, or architecture plan and the user wants a standalone audit report without overwriting the source plan.
    1 install
  25. Analyzing Recent Project State · b-mendoza bundle
    Produces a verified, read-only snapshot of a repository's recent state from local Git evidence: what changed, what is risky, and whether a branch is ready to continue, review, merge, or hand off. Use when asked what changed recently, what happened on this branch, where things stand, whether the branch is ready, or how to resume work from the current repo state. Does not review code line by line or draft PR feedback (use review-pull-request), and does not write a handoff file from conversation history (use generate-handoff-document). Runs no tests, merges, or repository mutation; writes no file and returns the snapshot as response text.
    1 install
  26. Planning Codebase Restructuring · b-mendoza bundle
    Plan a codebase restructuring through read-only architecture mapping, DDD and Screaming Architecture analysis, reference quarantine, bounded review repair, and a persisted decision report. Use when a user wants an evidence-backed restructuring plan without implementing file moves or refactors.
    1 install
  27. Responding To Pr Review Comments · b-mendoza bundle
    Assess and respond to pull request review comments through a status-gated workflow: collect comments, evaluate feedback, draft replies, write a verified local report, and optionally post exact approved replies to supported GitHub review-comment threads.
    1 install