بنقرة واحدة
escalate-churn-risk
Use when urgent feedback (churn threat, outage, urgency >= 2) may warrant filing a GitHub issue.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when urgent feedback (churn threat, outage, urgency >= 2) may warrant filing a GitHub issue.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when answering any operator question about feedback, themes, bets, actions, briefs, or directives.
Use when asked to fix the bug behind a bet or theme — hand off to the coder subagent and verify the result.
Use when asked to triage, run, or process new feedback — the full ingest → tag → cluster → bet → act pass.
Use when asked to write, update, or refresh the weekly product brief.
| name | escalate-churn-risk |
| description | Use when urgent feedback (churn threat, outage, urgency >= 2) may warrant filing a GitHub issue. |
Filing an issue is a real-world write. It happens only under directive, only with evidence, and always on the ledger.
get_directives. Proceed only if an
ACTIVE directive explicitly covers escalation (mentions "escalate"). No
such directive → stop and call record_action with {type: "escalation",
status: "skipped", rationale: "no active escalation directive",
evidence_ids: [the fb_ ids]}.list_themes / list_bets, choose the single
most urgent theme with urgency >= 2 AND a concrete churn signal
(cancel/switch language, blocked revenue) in its evidence. One issue per
pass — never bulk-file.search_feedback / list_feedback to pull the
theme's items; pick the 2–3 strongest quotes. Every quote keeps its fb_ id.search_issues (or list_issues) for an open issue
matching the theme title. If one exists, call add_issue_comment with
ONLY the new evidence instead of filing a duplicate.create_issue on the repo from GITHUB_DEMO_REPO:
[Cleo] <theme title>## Evidence quoting each item with
its fb_ id verbatim; ## Impact (urgency, churn risk, affected
accounts); footer _Filed autonomously by Cleo under directive._record_action yourself
for a GitHub write (it would double-count the ledger).record_action ONCE with {type: "escalation", status: "skipped",
target: "github (unconfigured)", rationale: why it deserved escalation,
evidence_ids: [the fb_ ids]} so the need survives on the ledger.