Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

mpt-extension-skills

mpt-extension-skills には softwareone-platform から収集した 28 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
28
Stars
2
更新
2026-07-16
Forks
0
職業カバレッジ
4 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

mpt-ext-task-handle-pr-comments
ソフトウェア品質保証アナリスト・テスター

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
プロジェクト管理専門家

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
プロジェクト管理専門家

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
その他コンピュータ職

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア品質保証アナリスト・テスター

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
ソフトウェア開発者

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
プロジェクト管理専門家

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
プロジェクト管理専門家

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
ソフトウェア開発者

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