ワンクリックで
gwt-pty-communication
PTY based communication tools for Project Mode orchestration (Lead/Coordinator/Developer).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
PTY based communication tools for Project Mode orchestration (Lead/Coordinator/Developer).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create or update GitHub Pull Requests with the gh CLI, including deciding whether to create a new PR or only push based on existing PR merge status. Use when the user asks to open/create/edit a PR, generate a PR body/template, or says 'open a PR/create a PR/gh pr'. Defaults: base=develop, head=current branch (same-branch only; never create/switch branches).
Semantic search over project source files using vector embeddings. Use to find files related to a feature, bug, or concept.
Inspect GitHub PR for CI failures, merge conflicts, update-branch requirements, reviewer comments, change requests, and unresolved review threads. Create fix plans and implement after user approval. Reply to ALL reviewer comments with action taken or reason for not addressing, then resolve threads. Notify reviewers after fixes.
Check GitHub PR status with the gh CLI, including unmerged PR detection and post-merge new-commit detection for the current branch.
Migrate legacy spec sources to artifact-first GitHub Issue specs. Supports local `specs/SPEC-*` directories and body-canonical `gwt-spec` Issues using the bundled migration script.
Execute the hotfix workflow when the user asks `hotfix` or `/hotfix`: create a hotfix branch from main, guide fix+checks, open PR to main, and confirm patch release.
| name | gwt-pty-communication |
| description | PTY based communication tools for Project Mode orchestration (Lead/Coordinator/Developer). |
Use gwt terminal commands as the transport for agent-to-agent communication.
send_keys_to_pane: send text to a specific pane.send_keys_broadcast: send text to all running panes.capture_scrollback_tail: read pane output for status/progress.list_terminals: list active pane ids.close_terminal: stop a pane when escalation is needed.send_keys_to_pane for deterministic orchestration.capture_scrollback_tail before sending follow-up instructions.GWT_PROJECT_ROOT: absolute path to the project root. PTY commands are scoped to the caller's project; panes belonging to other projects are not visible or accessible.GWT_PANE_ID: pane ID of the current terminal session.GWT_BRANCH: branch name of the current session.GWT_AGENT: agent name of the current session.