Skip to content

Clarify milestone optionality for update_activity pre-tool calls in integrate-context-matic skill#11

Draft
Copilot wants to merge 2 commits into
sohail/update-skillsfrom
copilot/sub-pr-7
Draft

Clarify milestone optionality for update_activity pre-tool calls in integrate-context-matic skill#11
Copilot wants to merge 2 commits into
sohail/update-skillsfrom
copilot/sub-pr-7

Conversation

Copilot AI commented Mar 25, 2026

Copy link
Copy Markdown
Contributor

The update_activity calls in Steps 3 and 4 of the workflow omitted any mention of the milestone parameter, leaving agents ambiguous about whether to pass it and with what value — risking invalid tool calls.

Changes

  • Steps 3 & 4 (SKILL.md): All three pre-tool update_activity calls (before ask, before code generation, before model_search/endpoint_search) now explicitly state that milestone is optional and should be omitted for activity-signal calls:
    Call **update_activity** (omit `milestone` — it is optional for pre-tool activity signals) immediately before calling **ask**.
    
  • Step 5 unchanged: Milestone-specific calls continue to require the appropriate enum value (sdk_setup, auth_configured, etc.), keeping the distinction clear between activity signals and milestone recording.

⚡ Quickly spin up Copilot coding agent tasks from anywhere on your macOS or Windows machine with Raycast.

…Steps 3 and 4

Co-authored-by: mohammadali2549 <67632698+mohammadali2549@users.noreply.github.com>
Agent-Logs-Url: https://github.com/apimatic/context-matic/sessions/7ae22c59-9881-41ec-a784-56ea2d31cbcc
Copilot AI changed the title [WIP] [WIP] Address feedback on SKILL.md updates and guidelines additions Clarify milestone optionality for update_activity pre-tool calls in integrate-context-matic skill Mar 25, 2026
Copilot AI requested a review from mohammadali2549 March 25, 2026 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants