بنقرة واحدة
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