一键导入
looply-workflow-status
Use to inspect the persisted state of a feature workflow and decide the next recommended step.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use to inspect the persisted state of a feature workflow and decide the next recommended step.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use to list, inspect or manage linked looply sessions from chat. Shows session details and resume commands.
Use to open a new session tab for a feature. Registers the session in session-links.json and provides the resume command for the new tab.
Use to review architecture and design independently. Identifies structural improvements, validates against existing ADRs, and verifies compliance with codebase design principles.
Use to execute structured code review like GitHub and CodeRabbit. Reviews code changes, classifies findings by severity and generates actionable suggestions. Formal delivery gate with approval checklist.
Use to prepare and validate a software release. Includes security, performance, monitoring, rollback and operability checklist. Final delivery gate before production deploy.
Use when a delivery story already exists and needs technical design, implementation, review and release preparation. Do not use before discovery and planning are complete.
| name | looply-workflow-status |
| description | Use to inspect the persisted state of a feature workflow and decide the next recommended step. |
Use this skill when the user explicitly invokes $looply-workflow-status, asks to run /looply:workflow-status, or clearly requests the workflow-status workflow.
Workflow phase: status.
Primary orchestrator: delivery-orchestrator.
Category: navigation.
Quick usage:
$looply-workflow-status <feature-name> [session-label] "[notes...]"
Primary references:$looply-workflow-status/looply:workflow-status and $looply-workflow-status depending on host$looply-workflow-status <feature-name> [session-label] [notes...]
Example:onlooply ledger read --feature <feature-name> [--summary-only]..looply/custom/features/<feature-name>/workflow-status.md before advancing stages.looply ledger append --feature <feature-name> --stage <stage> --decision <text> --rationale <text> --constraints <text> --risks <text>. Update the summary via looply ledger summary update --feature <feature-name> --text <summary>..looply/custom.status: empty, status: draft or status: stale, validate it against the local codebase before trusting it.The sections below were pre-composed by looply from agent context_slots. Inline sections contain content resolved during install/sync. Reference sections list files the host should read at runtime.
Define project-level conventions for collaboration that agents must follow when interacting with version control, pull requests and releases.
feat: add retry logic to payment processingfix stuff