Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

mpt-extension-skills

يحتوي mpt-extension-skills على 28 من skills المجمعة من softwareone-platform، مع تغطية مهنية على مستوى المستودع وصفحات 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