用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Correl8AI/skills --skill recommend-agentic-product-improvements命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Review each conversational agentic capability from a discovery catalog and write per-capability findings in Markdown.
Discover conversational agentic capabilities, review each external one, and write per-capability reviews and codebase-grounded recommendations in Markdown.
Discover conversational user-facing agentic capabilities in a codebase and write a Markdown catalog of what the repo implements.
基于 SOC 职业分类
正在显示 SKILL.md
| name | recommend-agentic-product-improvements |
| description | Recommend codebase-grounded improvements for agentic capability findings. |
Turn review findings into concrete improvement recommendations grounded in the repository.
Read the catalog for experience and surface, the review for findings, the code for improvements.
Use this skill when the user asks to:
agentic-product-review/reviews/agent-chat.md into actionable engineering guidanceThis skill is Phase 3 of agentic-product-review. It can also be run standalone after review.
If no review exists, ask the user to run review-agentic-capabilities first or provide review files.
Required:
agentic-product-review/agentic-capabilities.md — capability slugs, implementation pointers, audienceReview:
agentic-product-review/reviews/agent-chat.md — one file per capability from review-agentic-capabilitiesOptional scope — pass a capability slug as a positional arg:
agent-chat — one capability onlycoarse-multi-tool-progress) or passes with the capabilityFor each finding, read enough code to propose a realistic improvement:
Use capability as the stable unit. Read catalog and review for context; write forward-looking recommendations only — do not restate findings.
agentic-product-review/memory/project-context.md if it exists (format: review-agentic-capabilities/references/project-context-format.md).agentic-product-review/agentic-capabilities.md and the relevant review file(s) from agentic-product-review/reviews/.agent-chat or names a capability slugcoarse-multi-tool-progress)review-agentic-capabilities firstagentic-product-review/recommendations/<capability-slug>.md using references/output-format.md. Create the folder if needed. Per finding: Finding ref, then Product (Recommendation only), then Tech (Implementation and files). Do not restate review or catalog copy. End every file with Next step, horizontal rule, and footer.Do not write code unless the user explicitly asks to implement.
Pass a capability slug as a positional arg:
/recommend-agentic-product-improvements agent-chat
Re-read the code, update only agentic-product-review/recommendations/<capability-slug>.md, and note which findings are addressed and what remains.
Tell the user:
Wrote N recommendation files to agentic-product-review/recommendations/.
Next step: pick a recommendation to implement, or re-run review-agentic-capabilities after changes.