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 严格模式(全局)。这个偏好将在后续所有会话中自动应用。
用户可以通过以下方式管理偏好: