Agent Plugins Marketplace
← All plugins

workflow

v0.12.2

Git·티켓·PR 작성과 PR 상태 조회·복구를 자동 트리거 또는 직접 호출로 수행합니다.

CodexClaude Code9 Skills

By sonsu2 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
9 skill or MCP entries
Source updated
Sep 25, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install workflow for Codex and Claude Code

Installs for the current user
codex plugin marketplace add sonsu-lee/sonsu-marketplace
codex plugin marketplace upgrade sonsu-marketplace
codex plugin add workflow@sonsu-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the sonsu-marketplace catalog, then install this plugin.

Compatibility: the page URL and API slug “workflow-7” remain stable.

  • Codex: workflow-7@agent-plugin-marketplace → workflow@sonsu-marketplace

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/sonsu-lee/sonsu-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/workflow/.

Plugin files

plugins/workflow/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/branch/SKILL.md
├── skills/commit/SKILL.md
├── skills/inspect-prs/SKILL.md
├── skills/push/SKILL.md
├── skills/repair-pr/SKILL.md
├── skills/review-commit/SKILL.md
├── skills/ticket-lifecycle/SKILL.md
├── skills/to-pr/SKILL.md
└── skills/to-ticket/SKILL.md

Included Skills9

branchskills/branch/SKILL.md

브랜치 이름을 제안·검토하거나 명시적으로 요청된 새 Git branch를 만들 때 사용한다. commit, push, PR, worktree 생성은 담당하지 않는다.

commitskills/commit/SKILL.md

요청한 변경만 staging해 새 commit을 만들거나 Conventional Commit 메시지를 준비할 때 사용한다. push, amend, rewrite와 PR 생성은 담당하지 않는다.

inspect-prsskills/inspect-prs/SKILL.md

열린 GitHub PR 상태를 정리하거나 지정 PR의 CI·리뷰·병합 상태·미해결 대화를 확인할 때 사용한다. PR 상태 확인·목록 정리 요청에서 자동 선택하며 이름으로 직접 호출할 수도 있다. 코드의 품질 리뷰, 충돌·CI 수정, 댓글 게시와 병합은 담당하지 않는다.

pushskills/push/SKILL.md

검증된 현재 Git commit을 사용자가 요청한 정확한 remote ref로 일반 push할 때 사용한다. branch·commit 생성, force push, PR 생성과 merge는 담당하지 않는다.

repair-prskills/repair-pr/SKILL.md

GitHub PR의 충돌을 해결하거나 리뷰 지적·실패한 CI를 검증하고 수정할 때 사용한다. PR 충돌 해결·리뷰 지적 처리·CI 실패 수정 요청에서 자동 선택하며 이름으로 직접 호출할 수도 있다. PR 상태 조회만의 요청, PR과 무관한 일반 디버깅, 코드 리뷰만의 요청과 병합은 제외한다.

review-commitskills/review-commit/SKILL.md

staged·unstaged commit 후보나 기존 Git commit의 범위, 원자성, 메시지와 검증 근거를 읽기 전용으로 검토할 때 사용한다. 코드 품질 일반 리뷰나 Git 쓰기는 담당하지 않는다.

ticket-lifecycleskills/ticket-lifecycle/SKILL.md

기존 Linear, GitHub Issues 또는 Jira 티켓의 상태·담당자·blocking·related·duplicate 관계를 시작, review, 완료, reopen, cancel, assign, unassign, block, unblock 요청에 따라 변경하거나 lifecycle 결과를 확인해야 할 때 사용한다. 티켓 생성·초안·제목·본문 수정, Git 작업 또는 PR 작성만 요청한 경우에는 사용하지 않는다.

to-prskills/to-pr/SKILL.md

현재 Git branch를 새 GitHub Pull Request 초안이나 게시 payload로 만들고, GitHub Issues·Linear·Jira 티켓 연결, 변경 위치를 마킹한 이미지 또는 비디오 증거를 포함해야 할 때 사용한다. branch·commit 생성, 기존 PR 수정, code review와 merge에는 사용하지 않는다.

to-ticketskills/to-ticket/SKILL.md

버그 보고, 기능 요청, 요구사항, 결정이나 계획을 티켓 초안으로 작성하거나 GitHub Issues·Linear·Jira에 게시할 때, 또는 기존 티켓의 제목·본문을 수정할 때 사용한다. 티켓 없는 구현 계획이나 상태·담당자·관계만 바꾸는 요청에는 사용하지 않는다.

Plugin manifests2

plugins/workflow/.codex-plugin/plugin.json
{
  "name": "workflow",
  "version": "0.12.2",
  "description": "Git·티켓·PR 작성과 PR 상태 조회·복구를 자동 트리거 또는 직접 호출로 수행합니다.",
  "author": {
    "name": "sonsu"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Workflow",
    "shortDescription": "Git·티켓·PR 작성과 PR 상태 조회·복구",
    "longDescription": "원자적인 Git 변경과 티켓 작성·보강·lifecycle 변경, 기본 Draft GitHub Pull Request 작성을 담당합니다. 열린 PR의 현재 head·CI·리뷰 상태를 조회하고 요청 범위에서 충돌·리뷰 지적·CI 실패를 복구합니다. 자연어 요청과 스킬 직접 호출을 모두 지원하며 원격 반영은 기존 승인 범위를 따릅니다.",
    "developerName": "sonsu",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "이 변경에 맞는 브랜치 이름을 제안하고 요청한 파일만 commit해 줘.",
      "현재 브랜치를 리뷰 가능한 GitHub Pull Request로 준비해 줘.",
      "열린 PR의 CI와 리뷰 상태를 정리해 줘."
    ]
  }
}
plugins/workflow/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "workflow",
  "displayName": "Workflow",
  "version": "0.12.2",
  "description": "Git·티켓·PR 작성과 PR 상태 조회·복구를 자동 트리거 또는 직접 호출로 수행합니다.",
  "author": {
    "name": "sonsu"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[workflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/workflow-7)