Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

mpt-extension-skills

mpt-extension-skills contiene 28 skills recopiladas de softwareone-platform, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
28
Stars
2
actualizado
2026-07-16
Forks
0
Cobertura ocupacional
4 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

mpt-ext-task-handle-pr-comments
Analistas de garantía de calidad de software y probadores

Only triage and respond to unresolved PR review comments: decide fix versus answer per comment, apply scoped changes, and reply in the thread. Does not create the PR, commit, or push the branch.

2026-07-16
mpt-ext-task-apply-dashboard-jira-decision
Especialistas en gestión de proyectos

Apply one approved dashboard-failure Jira decision: create, update, reopen, merge, or skip an MPT bug with dashboard evidence fields.

2026-07-16
mpt-ext-workflow-dashboard-failure-triage
Especialistas en gestión de proyectos

Triage MPT extension dashboard failures from App Insights or CSV: prepare a batch review of findings with proposed Jira actions, then apply approved decisions via the dashboard Jira task.

2026-07-16
mpt-ext-task-create-work-branch
Desarrolladores de software

Only create the work branch when starting work: derive the branch name from the Jira issue and apply the repo naming pattern. Does not change Jira state.

2026-07-16
mpt-ext-tool-git-branch-ops
Desarrolladores de software

When a task needs a low-level Git branch operation for an already-decided branch name — create or switch safely on the correct base. Used by branch tasks, not for deriving names from Jira.

2026-07-16
mpt-ext-workflow-start-work
Desarrolladores de software

Run the full start-of-work flow for a Jira issue, leaving a work branch created and the issue in active development. Orchestrates the branch and Jira-start tasks; use for feature, bugfix, hotfix, or backport.

2026-07-16
mpt-ext-task-start-jira-work
Desarrolladores de software

Only move Jira state when starting work: transition the issue and its parent chain to In Progress, ensure active-sprint placement, and check reassignment. Does not create a branch.

2026-07-16
mpt-ext-task-open-pull-request
Desarrolladores de software

Only open or update a repository-compliant pull request to publish committed work, reusing the existing PR instead of duplicating. Does not update docs, run checks, or transition Jira.

2026-07-16
mpt-ext-task-dependabot-pr-policy-fix
Desarrolladores de software

Apply dependency-policy fixes to a selected Dependabot PR or checked-out branch: sync dev dependency pins, revert opentelemetry-family bumps, and refresh the dependency lock.

2026-07-16
mpt-ext-task-update-docs-from-changes
Desarrolladores de software

Only update repository docs to match a code change set (docs/*, README.md, AGENTS.md) for unstaged, uncommitted, last-commit, or branch-diff changes. A building block: no self-check or staging.

2026-07-16
mpt-ext-workflow-address-review-feedback
Desarrolladores de software

Run the full re-review iteration on an open PR: process review comments, validate the changes, commit, and update the branch for re-review. Excludes initial PR creation and post-merge Jira steps.

2026-07-16
mpt-ext-workflow-complete-after-merge
Desarrolladores de software

Run the final post-merge step after a PR is merged: verify the merge, then hand off Jira to its correct post-merge status. End-of-flow wrapper; excludes review publication and feedback.

2026-07-16
mpt-ext-workflow-fix-dependabot-prs
Desarrolladores de software

Process open Dependabot PRs end to end: apply the shared dependency policy, validate, and push the fixes back to the same upstream branches for review.

2026-07-16
mpt-ext-workflow-skill-authoring
Otras ocupaciones informáticas

Create or update a reusable shared skill: classify it as tool, task, or workflow, apply shared naming and structure rules, keep it concise, add required metadata, and avoid duplicating standards.

2026-07-16
mpt-ext-workflow-send-to-review
Desarrolladores de software

Run the whole send-to-review flow that takes committed work to a review-ready PR and moves Jira to Code Review. Orchestrates the docs, checks, PR, and Jira tasks.

2026-07-16
mpt-ext-tool-gh-pr-ops
Desarrolladores de software

When a task needs low-level GitHub pull-request operations — read, create, update, inspect, comment on, or reply to PRs via the gh CLI. A primitive under PR workflows, not an orchestrator.

2026-07-16
mpt-ext-tool-jira-workitem-ops
Desarrolladores de software

When a task needs low-level Jira work-item operations — read, create, edit, comment, assign, search, link, or transition issues (MCP-first, acli fallback). A primitive under Jira workflows.

2026-07-16
mpt-ext-task-fix-pre-commit-failures
Desarrolladores de software

Fix failures raised by the pre-commit hook during `git commit` (not standalone make/test runs). Reads hook output, fixes one failure at a time, reruns, and retries the commit; max 5 iterations.

2026-07-16
mpt-ext-task-fix-repository-check-failures
Desarrolladores de software

Fix failures from a standalone repository validation run (`make check`/`make test`), outside the `git commit` hook. Isolates one blocker at a time, applies the smallest fix, and reruns; max 5 iterations.

2026-07-16
mpt-ext-workflow-decompose-tdr
Desarrolladores de software

Turn a TDR or epic into a backlog of user stories and then Back/Front subtasks with estimates, components, and sprint. Use to break an approved design into work items.

2026-07-15
mpt-ext-task-move-jira-to-qa
Desarrolladores de software

Only transition one issue's Jira status to its correct post-merge state (QA or Done) after merge. Resolves the target from issue and repo context; usually called by the complete-after-merge workflow.

2026-07-15
mpt-ext-workflow-hotfix-backport
Desarrolladores de software

Use when a hotfix or backport must carry an existing main PR onto the active release branch and produce a validated release PR. Orchestrates the cherry-pick, validation, release PR, and Jira updates.

2026-07-15
mpt-ext-workflow-update-documentation
Desarrolladores de software

Run the full documentation-update flow before committing or sending to review, leaving affected docs updated, self-checked, and staged. Orchestrates the documentation task end to end.

2026-07-15
mpt-ext-task-run-repository-checks
Analistas de garantía de calidad de software y probadores

Run the repository-required local validation flow to verify changes are ready for commit or review. Determines the right checks for the changed scope, runs them in order, and reports failures.

2026-07-10
mpt-ext-task-commit-changes
Desarrolladores de software

Create a repository-compliant Git commit when saving completed work. Stages only the intended files, builds the message from repo rules, and commits after required validation.

2026-06-18
mpt-ext-task-create-initial-epic
Especialistas en gestión de proyectos

Create the initial epic for a new effort - the epic plus one "Design, investigate and research" user story estimated at 3d. Use at kickoff, before detailed breakdown.

2026-06-18
mpt-ext-task-move-jira-to-code-review
Especialistas en gestión de proyectos

Move a Jira issue to Code Review when development is done and a PR is ready. Verifies PR context, transitions the issue, and reports blockers when the state is not ready.

2026-06-18
mpt-ext-task-write-documentation
Desarrolladores de software

Author or refresh a repository's required documentation set (README, AGENTS, docs/*) following the shared documentation guideline. Use when docs are missing, incomplete, or need a structural pass.

2026-06-18