基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/codemie-ai/codemie-code --skill codemie-onboarding命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Release a new version of CodeMie CLI. Use when user says "release", "create release", "publish version", "bump version and release", or wants to publish a new version to npm. Handles version bumping, git tagging, pushing, and GitHub release creation with automatic version detection from conventional commits.
Work with Microsoft 365 services via the Graph API — emails, calendar events, SharePoint sites (read and write), Teams chats and channel messages, OneDrive files, OneNote notebooks, Planner task boards, Microsoft To Do task lists, AI meeting insights (Copilot recap), contacts, and org chart. Use this skill whenever the user asks about their emails, inbox, unread messages, meetings, calendar, Teams messages or chats, channel messages, SharePoint documents, OneDrive files, OneNote notes or notebooks, Planner plans or tasks, "my tasks", to-do lists, action items, meeting summaries, colleagues, manager, direct reports, or any personal/organizational Microsoft data. Invoke proactively any time the user mentions Outlook, Teams, SharePoint, OneDrive, OneNote, Planner, Microsoft To Do, or wants to interact with their Microsoft 365 account. The skill uses a local Node.js CLI (msgraph.js) that handles authentication, token caching, and all API calls.
Business Analyst Assistant - expert to work with Jira. Used for creating/getting/managing Jira tickets in EPM-CDME project (Epics, Stories, Tasks, and Bugs). Main role is to analyze requirements from the request, clarify additional questions if necessary, generate requirements with the description structure defined in the prompt and additional details from the request, and create tickets in EPM-CDME project Jira. The Assistant uses Generic Jira tool for Jira tickets creation.
| name | codemie-onboarding |
| description | This is smart CodeMie assistant which can help you with onboarding process. |
This is smart CodeMie assistant which can help you with onboarding process. CodeMie can answer to all you questions about capabilities, usage and so on.
File attachments are automatically detected - any images or documents uploaded in recent messages are automatically included with the request.
ARGUMENTS: "message"
Command format:
codemie assistants chat "05959338-06de-477d-9cc3-08369f858057" "message"
Simple message:
codemie assistants chat "05959338-06de-477d-9cc3-08369f858057" "help me with this"
ARGUMENTS: "check this code" --file /path/to/your/script.py
With file attachment:
codemie assistants chat "05959338-06de-477d-9cc3-08369f858057" "analyze this code" --file "script.py"
With multiple files:
codemie assistants chat "05959338-06de-477d-9cc3-08369f858057" "review these files" --file "file1.png" --file "file2.py"