一键导入
reflecting
Review and update all project documentation after making changes. Use after completing features, restructuring code, or when documentation may be stale.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review and update all project documentation after making changes. Use after completing features, restructuring code, or when documentation may be stale.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Add a new API endpoint or backend feature to the Cloudflare Worker. Use when adding routes to src/worker.js, new FoxESS API integrations, or shared helpers in src/lib/foxess.js.
Add a new UI feature to the FoxESS dashboard frontend. Use when building dashboard components, adding panels, implementing settings toggles, or when asked to modify public/index.html.
Review and update all project documentation after making changes. Use after completing features, restructuring code, or when documentation may be stale.
Add a new API endpoint or backend feature to the Cloudflare Worker. Use when adding routes to src/worker.js, new FoxESS API integrations, or shared helpers in src/lib/foxess.js.
Add a new UI feature to the FoxESS dashboard frontend. Use when building dashboard components, adding panels, implementing settings toggles, or when asked to modify public/index.html.
基于 SOC 职业分类
| name | reflecting |
| description | Review and update all project documentation after making changes. Use after completing features, restructuring code, or when documentation may be stale. |
| disable-model-invocation | true |
| user-invocable | true |
| argument-hint | [summary of recent changes, or leave blank to auto-detect] |
After completing significant features or structural changes, review and update all project documentation.
Read current state of all docs and source files:
README.md, AGENTS.md, AGENTS.mdwrangler.jsonc, src/worker.js (scan routes), public/index.html (scan version + features).Codex/skills/Check README.md:
Check AGENTS.md:
src/worker.jsCheck AGENTS.md:
Check skills in .Codex/skills/:
Check version: Ensure <meta name="app-version"> was bumped if index.html changed
Cross-check consistency: Ensure these are in sync across all docs:
Apply updates to any files that are out of date
Ask the user if they want to commit and push the documentation updates