一键导入
looply-new-session
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.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
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.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Use to list, inspect or manage linked looply sessions from chat. Shows session details and resume commands.
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.
Use for discovery work that turns a feature idea into a PRD. Do not use for story breakdown or implementation.
基于 SOC 职业分类
| name | looply-new-session |
| description | 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 this skill when the user explicitly invokes $looply-new-session, asks to run /looply:new-session, or requests a new session tab for a feature.
Workflow phase: none.
Category: navigation.
Quick usage:
$looply-new-session <feature-name> [session-label]
Primary references:$looply-new-session/looply:new-session and $looply-new-session depending on host$looply-new-session <feature-name> [session-label]
Example:on.looply/custom/session-links.json to inspect current sessions.<feature-name> does not exist as a feature directory under .looply/custom/features/, suggest running $looply-idea-to-prd <feature-name> or $looply-workflow-status <feature-name> first.session-<HHMM>).session-links.json using the real data model (label, feature, lastCommand, lastUpdatedAt). Use looply sessions link <label> <feature> or write directly..looply/custom/features/<feature-name>/workflow-status.md if it exists, noting the new session.$looply-auto-resume or $looply-resume command the user should paste in the new tab to resume the session.looply sessions show <label> if the user prefers a CLI view..looply/custom.The sections below were pre-composed by looply from agent context_slots.
$looply-workflow-status$looply-idea-to-prdDefine 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