원클릭으로
looply-sessions
Use to list, inspect or manage linked looply sessions from chat. Shows session details and resume commands.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use to list, inspect or manage linked looply sessions from chat. Shows session details and resume commands.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
Use for discovery work that turns a feature idea into a PRD. Do not use for story breakdown or implementation.
| name | looply-sessions |
| description | Use to list, inspect or manage linked looply sessions from chat. Shows session details and resume commands. |
Use this skill when the user explicitly invokes $looply-sessions, asks to run /looply:sessions, or requests session management actions (list sessions, show a session, or remove a session).
Workflow phase: none.
Category: navigation.
Quick usage:
$looply-sessions [action] [args]list, show <label>, unlink <label>
Primary references:looply sessions$looply-sessions/looply:sessions and $looply-sessions depending on host$looply-sessions [list|show <label>|unlink <label>]
Example:list.
Curated example guidance:on.looply/custom/session-links.json to inspect current sessions.list action: display all linked sessions with label, feature, workflow, last command, and updated timestamp.show <label> action: display full session details and the resume command to paste in a new chat tab.unlink <label> action: confirm with the user before removing, then remove the session..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