Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

jira2pr

jira2pr 收录了来自 aranjandev 的 11 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
11
Stars
2
更新
2026-07-05
Forks
0
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

manage-state
软件开发工程师

Creates, reads, and updates the per-workflow agent state file at .github/state/<TICKET-KEY>.md — a fast-access local mirror of workflow context that reduces GitHub API round-trips and enables richer resumption. Use when creating a new workflow, at phase transitions, or when resuming.

2026-07-05
resume-workflow
软件开发工程师

Restores full workflow context from an existing draft PR and its state file, then returns the current phase and all parsed context (plan, branch, ticket key, task statuses) so the orchestrator can route to the correct resume point. Use when the input to a workflow is a PR URL or number.

2026-07-05
update-pull-request
软件开发工程师

Updates an existing PR body by modifying MUTABLE blocks and appending to APPEND-ONLY blocks. Use when transitioning between workflow phases.

2026-07-05
update-pull-request
软件开发工程师

Updates an existing PR body by modifying MUTABLE blocks and appending to APPEND-ONLY blocks. Use when transitioning between workflow phases.

2026-05-26
manage-state
软件开发工程师

Creates, reads, and updates the per-workflow agent state file at .github/state/<TICKET-KEY>.md — a fast-access local mirror of workflow context that reduces GitHub API round-trips and enables richer resumption. Use when creating a new workflow, at phase transitions, or when resuming.

2026-05-26
create-pull-request
软件开发工程师

Creates a draft Pull Request using the canonical PR body template. Populates all initial blocks and returns PR URL + PR number. Use after the branch has been created and pushed.

2026-05-09
git-operations
软件开发工程师

Performs git operations: creating branches from ticket keys, staging and committing changes with conventional commit messages, and pushing to origin. Use when branching, committing, or pushing code.

2026-05-09
identify-risks
软件质量保证分析师与测试员

Analyzes code changes for potential risks: breaking changes, missing error handling, untested paths, security concerns, performance regressions, and missing migrations. Use during code review or before submitting a PR.

2026-05-09
read-jira-ticket
软件开发工程师

Fetches a JIRA ticket by key or URL and extracts structured requirements including summary, description, acceptance criteria, subtasks, labels, and priority. Use when given a JIRA ticket link, ticket key, or asked to read/interpret a ticket.

2026-05-09
register-artifact
软件开发工程师

Appends a completed workflow entry to the repo-level artifact registry at .github/artifacts/REGISTRY.md. Use exactly once per workflow when the PR transitions to Ready phase.

2026-05-09
summarize-changes
软件开发工程师

Analyzes git diff output and produces a human-readable summary of all changes, grouped by component or module. Use when preparing PR descriptions, commit messages, or change reviews.

2026-05-09