remember
记住用户偏好设置。使用此技能来保存用户的工作偏好、代码风格、输出格式等偏好,这些偏好将在后续所有会话中自动应用。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
记住用户偏好设置。使用此技能来保存用户的工作偏好、代码风格、输出格式等偏好,这些偏好将在后续所有会话中自动应用。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use to render GitLab review results into concise merge request or commit comments.
Use for narrow GitLab commit review runs triggered from commit comments.
Use for GitLab merge request review runs triggered by @Nine1bot comments or merge request webhooks.
Use to choose which custom subagents should be created for a GitLab review run.
Use to produce structured GitLab code review findings and the final GitLab review result.
Use for security review of GitLab MR or commit diffs.
| name | remember |
| description | 记住用户偏好设置。使用此技能来保存用户的工作偏好、代码风格、输出格式等偏好,这些偏好将在后续所有会话中自动应用。 |
当用户明确表达希望你记住某个偏好时,使用此技能来保存。例如:
通过 HTTP API 调用保存偏好:
# 添加全局偏好(所有项目生效)
curl -X POST http://localhost:4096/preferences \
-H "Content-Type: application/json" \
-d '{"content": "偏好内容", "scope": "global", "source": "ai"}'
# 添加项目偏好(仅当前项目生效)
curl -X POST http://localhost:4096/preferences \
-H "Content-Type: application/json" \
-d '{"content": "偏好内容", "scope": "project", "source": "ai"}'
用户: /remember 我喜欢使用 TypeScript 严格模式
AI: 好的,我将为您记录这个偏好。这是全局偏好(所有项目生效)还是仅针对当前项目?
用户: 全局
AI:
curl -X POST http://localhost:4096/preferences \
-H "Content-Type: application/json" \
-d '{"content": "使用 TypeScript 严格模式", "scope": "global", "source": "ai"}'
已为您保存偏好:使用 TypeScript 严格模式(全局)。这个偏好将在后续所有会话中自动应用。
用户可以通过以下方式管理偏好: