Source profileQuality 71/100Review permissions

github/awesome-copilot/skills/workiq-copilot/SKILL.md

workiq-copilot

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.

Source repository stars
37,126
Declared platforms
0
Static risk flags
1
Last source update
2026-07-28
Source checked
2026-07-28

Decision brief

What it does—and where it fits

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.

Best for

    Not for

    • Missing CLI – install via npm or ensure PATH is set; notify user if unavailable.
    • Consent/auth errors – re-run command after admin grants permissions or after completing device login.

    Compatibility matrix

    Platform support, with evidence labels

    PlatformStatusEvidenceWhat to check
    CodexNot declaredNo explicit evidencePortability before use
    Claude CodeNot declaredNo explicit evidencePortability before use
    CursorNot declaredNo explicit evidencePortability before use
    Gemini CLINot declaredNo explicit evidencePortability before use
    Open the compatibility checker

    Installation

    Inspect first. Install second.

    The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

    Source-detected install commandSource
    npx skills add https://github.com/github/awesome-copilot --skill "skills/workiq-copilot"
    Safe inspection promptEditorial

    Inspect the Agent Skill "workiq-copilot" from https://github.com/github/awesome-copilot/blob/9933dcad5be5caeb288cebcd370eeeb2fc2f1685/skills/workiq-copilot/SKILL.md at commit 9933dcad5be5caeb288cebcd370eeeb2fc2f1685. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

    Workflow

    What the source asks the agent to do

    1. 01

      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 "" (use -q for shorthand if desired…

      Clarify intent – agenda, action items, document lookup, people search, risk summary, etc.Craft precise prompt – include timeframe, source, or topic (e.g., “Summarize Teams posts in eng for today”).Run command – workiq ask --question "" (use -q for shorthand if desired).
    2. 02

      Supported Data & Sample Prompts

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

      Emails – “Summarize emails from Sarah about the budget.”Meetings – “What are my upcoming meetings this week?”Documents – “Find recent documents about Q4 planning.”
    3. 03

      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 e…

      Copilot CLI plugin (preferred)copilot/plugin marketplace add github/copilot-plugins
    4. 04

      Pre-flight Checklist

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

      Run Get-Command workiq to ensure the binary is available.Accept the EULA once via workiq accept-eula.Confirm the correct tenant (-t if different from default common).
    5. 05

      Command Reference

      Review the “Command Reference” section in the pinned source before continuing.

      Review and apply the “Command Reference” source section.

    Permission review

    Static risk signals and limitations

    Runs scripts

    medium · line 30

    The documentation asks the agent to run terminal commands or scripts.

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

    Runs scripts

    medium · line 39

    The documentation asks the agent to run terminal commands or scripts.

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

    Evidence record

    Why each signal appears

    EvidenceSourceComputedTestedEditorial
    SignalValueEvidence typeMeaning
    Quality score71/100ComputedDocumentation, specificity, maintenance, and trust rules
    Repository stars37,126SourceRepository attention, not individual Skill quality
    Compatibility0 platformsSourceDeclared in the catalog source record
    Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

    Pinned source

    Provenance and original SKILL.md

    Repository
    github/awesome-copilot
    Skill path
    skills/workiq-copilot/SKILL.md
    Commit
    9933dcad5be5caeb288cebcd370eeeb2fc2f1685
    License
    MIT
    Collected
    2026-07-28
    Default branch
    main
    View the original SKILL.md

    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 commandworkiq 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

    CommandPurpose
    workiq --helpShow global options.
    workiq versionDisplay installed version.
    workiq accept-eulaAccept license (first use).
    workiq askInteractive mode.
    workiq ask --question "..."Ask a specific question (use -q shorthand if preferred).
    workiq ask -t <tenant> -q "..."Target a specific tenant.
    workiq mcpStart 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 outputs logically (agenda + conflicts + action items) before responding.
    • Respect privacy: do not expose attendee lists or confidential snippets unless explicitly requested.
    • Log which commands were run so future steps can reference them (“Asked WorkIQ for agenda + conflicts”).
    • Use MCP mode (workiq mcp) when another agent/workflow needs direct tool access.

    Troubleshooting

    • Missing CLI – install via npm or ensure PATH is set; notify user if unavailable.
    • Consent/auth errors – re-run command after admin grants permissions or after completing device login.
    • Long/incomplete output – rerun with refined scope or ask for specific data slices (per day/project/person).
    • Command hanging – cancel the running command in your terminal (for example, with Ctrl+C) or restart the Copilot CLI session, then retry; ensure browser login completed.

    Follow-up Actions to Offer

    • Block focus/overflow holds at suggested times.
    • Draft reschedule/decline messages referencing WorkIQ guidance.
    • Request recordings or summaries for overlapping sessions.
    • Capture action items into task trackers.
    • Run additional WorkIQ queries (by project, stakeholder, time range) for deeper analysis.

    Alternatives

    Compare before choosing

    Computed 9731,966

    K-Dense-AI/scientific-agent-skills

    biopython

    Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

    Computed 9531,966

    K-Dense-AI/scientific-agent-skills

    markdown-mermaid-writing

    Comprehensive markdown and Mermaid diagram writing skill. Use when creating any scientific document, report, analysis, or visualization. Establishes text-based diagrams as the default documentation standard with full style guides (markdown + mermaid), 24 diagram type references, and 9 document templates.

    Computed 9510,762

    Jeffallan/claude-skills

    fastapi-expert

    Use when building high-performance async Python APIs with FastAPI and Pydantic V2. Invoke to create REST endpoints, define Pydantic models, implement authentication flows, set up async SQLAlchemy database operations, add JWT authentication, build WebSocket endpoints, or generate OpenAPI documentation. Trigger terms: FastAPI, Pydantic, async Python, Python API, REST API Python, SQLAlchemy async, JWT authentication, OpenAPI, Swagger Python.

    Computed 9438,313

    wshobson/agents

    brand-landingpage

    Brand-first landing page designer — runs a brand-identity interview (colors, typography, shape language), then generates and iterates on a polished landing page via Stitch with deployment-ready HTML. Use when the user asks to create, design, or build a landing page, homepage, or marketing page and has no established visual direction. Skip when they have a design mockup, need a dashboard or app UI, are working at component level, building a multi-page app, or restyling with known design tokens —