MR
Mayur Rathi
@github
⭐ 34.1k GitHub stars

Workiq-Copilot

Workiq-Copilot是一款data方向的AI技能,核心价值是Guides the Copilot CLI on how to use the WorkIQ CLI/MCP server to query Microsoft 365 Copilot data (emails, meetings, docs, Teams, people) for live context, summaries, and recommendations,可用于解决开发者在data领域的实际问题,帮助用户提升效率、自动化重复任务或优化工作流。

Guides the Copilot CLI on how to use the WorkIQ CLI/MCP server to query Microsoft 365 Copilot data (emails, meetings, docs, Teams, people) for live context, summaries, and recommendations.

Last verified on: 2026-05-30
mkdir -p ./skills/workiq-copilot && curl -sfL https://raw.githubusercontent.com/github/awesome-copilot/main/skills/workiq-copilot/SKILL.md -o ./skills/workiq-copilot/SKILL.md

Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).

Skill Content

# WorkIQ Copilot Skill


Overview


WorkIQ (Public Preview) lets Copilot query Microsoft 365 data with natural language. It supports schedules, documents, Teams messages, email threads, follow-up tracking, stakeholder summaries, and more. Use this skill whenever a task needs live organizational intelligence beyond the local repository.


Supported Data & Sample Prompts


- **Emails** – “Summarize emails from Sarah about the budget.”

- **Meetings** – “What are my upcoming meetings this week?”

- **Documents** – “Find recent documents about Q4 planning.”

- **Teams** – “Summarize messages in the Engineering channel today.”

- **People/Projects** – “Who is working on Project Alpha?”


Getting Access


1. **Copilot CLI plugin (preferred)**

- `copilot`

- `/plugin marketplace add github/copilot-plugins`

- `/plugin install workiq@copilot-plugins`

- Restart Copilot CLI.

2. **Standalone CLI / MCP server**

- `npm install -g @microsoft/workiq` (or `npx -y @microsoft/workiq mcp`).

- Run `workiq mcp` to expose MCP tools if needed.

3. **Tenant consent**

- First use prompts for Microsoft 365 admin consent (EULA + permissions). Non-admins must contact tenant admin to approve per the Tenant Administrator Enablement Guide.


Pre-flight Checklist


- Run `Get-Command workiq` to ensure the binary is available.

- Accept the EULA once via `workiq accept-eula`.

- Confirm the correct tenant (`-t <tenant-id>` if different from default `common`).

- Be ready to complete device login in the browser when prompted.


Core Workflow


1. **Clarify intent** – agenda, action items, document lookup, people search, risk summary, etc.

2. **Craft precise prompt** – include timeframe, source, or topic (e.g., “Summarize Teams posts in #eng for today”).

3. **Run command** – `workiq ask --question "<prompt>"` (use `-q` for shorthand if desired).

4. **Monitor execution** – long answers may stream; wait for the response to finish before issuing additional requests.

5. **Summarize & redact** – highlight insights, note conflicts/tasks, avoid pasting raw links unless required.

6. **Offer follow-ups** – blocking time, drafting notes, deeper queries, etc.


Command Reference


| Command | Purpose |

| --------------------------------- | ------------------------------------------------------------- |

| `workiq --help` | Show global options. |

| `workiq version` | Display installed version. |

| `workiq accept-eula` | Accept license (first use). |

| `workiq ask` | Interactive mode. |

| `workiq ask --question "..."` | Ask a specific question (use `-q` shorthand if preferred). |

| `workiq ask -t <tenant> -q "..."` | Target a specific tenant. |

| `workiq mcp` | Start MCP stdio server (expose WorkIQ tools to other agents). |


Prompt Patterns


- Agenda: “What’s on my calendar tomorrow?”

- Action items: “Summarize follow-ups from today’s customer sync.”

- Documents: “List PowerPoints about Contoso FY26 roadmap.”

- Communications: “What did my manager say about the deadline?”

- Insights: “What blockers came up in the last three meetings?”

- Planning: “Suggest focus blocks for Tuesday afternoon.”


Response Guidelines


- Keep summaries concise (2–3 sentences) calling out load, priorities, blockers, and optional next steps.

- Refer to meetings/documents generically unless the user specifically needs links.

- Mention if WorkIQ can continue (e.g., “WorkIQ can show Thu–Sun if needed”).

- Map WorkIQ’s suggested actions to clear offers (block time, send follow-up, request recording, run deeper query).


Best Practices


- Prefer narrow prompts to reduce noise; run multiple queries if needed.

- Combine o

🎯 Best For

  • UI designers
  • Product designers
  • Claude users
  • GitHub Copilot users
  • Data professionals

💡 Use Cases

  • Generating component mockups
  • Creating design system tokens
  • Data pipeline auditing
  • Query optimization

📖 How to Use This Skill

  1. 1

    Install the Skill

    Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.

  2. 2

    Load into Your AI Assistant

    Open Claude or GitHub Copilot and reference the skill. Paste the SKILL.md content or use the system prompt tab.

  3. 3

    Apply Workiq-Copilot to Your Work

    Provide context for your task — paste source material, describe your audience, or share existing work to guide the AI.

  4. 4

    Review and Refine

    Edit the AI output for accuracy, tone, and completeness. Add human insight where the AI lacks context.

❓ Frequently Asked Questions

Does this work with Figma?

Some design skills integrate with Figma plugins. Check the Works With section for supported tools.

How do I install Workiq-Copilot?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/workiq-copilot/SKILL.md, ready to use.

Can I customize this skill for my team?

Absolutely. Edit the SKILL.md file to add team-specific instructions, examples, or workflows.

⚠️ Common Mistakes to Avoid

Skipping usability testing

AI-generated designs should be validated with real users before development.

Ignoring data quality

AI analysis inherits all data quality issues — profile your data first.

🔗 Related Skills