원클릭으로
group-pm-polling
Set up a separate polling loop for the Group PM with message pruning and wake/sleep management
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Set up a separate polling loop for the Group PM with message pruning and wake/sleep management
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Return to the standby branch and prepare for the next task
Prepare a beta prerelease by analyzing commits since the last tag, classifying changes, proposing version + release notes, and opening a version bump PR for the preview channel
Prepare a new release by analyzing commits since the last tag, classifying changes, proposing version + release notes, and opening a version bump PR
Build the project using the configured build command
Create a pull request for the current branch using the project's configured source control provider
Run the project linter using the configured lint command
| name | group-pm-polling |
| description | Set up a separate polling loop for the Group PM with message pruning and wake/sleep management |
The Group PM polling skill establishes an independent polling loop for the Group Project PM, separate from routine mission-polling agents. This skill runs on a 10-30 minute cadence (typically 15m) to:
general, control, all work channels, all agent inboxessummary=true to get digest before drilling into specific channelsclear_topic to retire completed channels and delete_messages to remove stale contenttoggle_polling) before sleeping the teamcompact_agent when an agent's context grows too largeThis skill is automatically invoked as part of the Group PM persona's skill bundle. It runs independently of agent mission assignments and does not require explicit invocation.
When applied to an agent, the skill configures:
/loop on the configured cadenceThe Group PM polling skill integrates with:
read_bulletin — efficient digest reads with timestamp filteringread_topic — drill-down into channels with new activityclear_topic, delete_messages, compact_agent, clear_agentquery_polling (read state), toggle_polling (turn the project setting on/off), nudge_polling (remind one drifted peer)wake_agent, sleep_agent