一键导入
looply-context-sync
Use to verify and sync context files (context-index, project-context, session-context, code-context) against the real codebase state.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use to verify and sync context files (context-index, project-context, session-context, code-context) against the real codebase state.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | looply-context-sync |
| description | Use to verify and sync context files (context-index, project-context, session-context, code-context) against the real codebase state. |
Use this skill when the user explicitly invokes $looply-context-sync, asks to run /looply:context-sync, or clearly requests context synchronization.
Quick usage:
$looply-context-sync [feature-name]Primary references:
Usage:
$looply-context-sync/looply:context-sync$looply-context-sync [feature-name]Example:
When to use:
Curated example guidance:
onstatus: empty → file exists but has no contentstatus: draft → partial content, may be outdatedstatus: stale → content present but potentially outdatedstatus: valid → content is up to datecontext-index.md → verify all listed features have a corresponding workflow-status.mdproject-context.md → verify directory structure, dependencies in package.json, frameworkssession-context.md → verify session-links.jsoncode-context.json → run looply refresh-code-context if missing or staleknowledge-graph.json → run looply refresh-code-context if missing or staleGenerate a report in .looply/custom/context-sync-report.md with:
# Context Sync Report
## Verified Files
| File | Status | Action |
|---------|--------|------|
| context-index.md | valid | keep |
| project-context.md | stale | update |
## Discrepancies Found
- project-context.md: dependency X not listed
## Suggested Actions
- Update project-context.md with dependency X
- Run looply refresh-code-context
Present the report to the user and ask: "Context files need updating. Apply the fixes?" [y] Yes - apply all updates [n] No - keep as is [p] Partial - choose which to update
Execution rules:
looply refresh-code-context..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.
looply refresh-code-context for code-context and knowledge-graphUse 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.