بنقرة واحدة
lead
Change scope or re-orient mid-session. Usage: /lead [project-name] or /lead to re-run scope gate.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Change scope or re-orient mid-session. Usage: /lead [project-name] or /lead to re-run scope gate.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Safely GC stale agent cruft (worktrees, registrations, tmux windows, agent rows). Offers to PR un-merged work first; reports isolation clones. Usage: /ctf-clean [--dry-run]
Manage App Store Connect metadata via the ASC API. Usage: /appstoreconnect
When the user wants to A/B test App Store product page elements to improve conversion rate. Also use when the user mentions "A/B test", "product page optimization", "test my screenshots", "test my icon", "conversion rate optimization", "CPP", or "custom product pages". For screenshot design, see screenshot-optimization. For metadata optimization, see metadata-optimization.
When the user wants to set up, interpret, or improve their app analytics and tracking. Also use when the user mentions "analytics", "tracking", "metrics", "KPIs", "App Store Connect analytics", "install tracking", "funnel", "attribution", or "how is my app performing". For A/B testing, see ab-test-store-listing. For retention metrics, see retention-optimization.
When the user wants to plan a launch strategy for a new app or major update. Also use when the user mentions "app launch", "launch plan", "launch checklist", "pre-launch", "launch day", or "how to launch my app". For ongoing ASO after launch, see aso-audit. For paid acquisition during launch, see ua-campaign.
When the user wants to create or update their app marketing context document. Also use when the user mentions "app context", "marketing brief", "app positioning", or when starting any ASO or app marketing project. This is the foundation skill — all other skills check for this context first.
| name | lead |
| description | Change scope or re-orient mid-session. Usage: /lead [project-name] or /lead to re-run scope gate. |
Quick scope lookup. Source of truth is tasks.db.
SELECT p.id, p.name, p.local_path, p.organization_id,
o.name as org_name, o.jira_instance, o.jira_project_key,
o.discord_webhook_url
FROM projects p
LEFT JOIN organizations o ON p.organization_id = o.id
WHERE p.local_path LIKE '%' || :cwd_fragment || '%';
If no match or ambiguous, list projects and ask user to pick.
Once scoped: confirm org, confirm project, proceed.