fix: Update triage skill to reference new local close_case tool - #281
Open
dandye wants to merge 2 commits into
Open
fix: Update triage skill to reference new local close_case tool#281dandye wants to merge 2 commits into
dandye wants to merge 2 commits into
Conversation
Add five new case management tools to the SOAR MCP server: - close_case: Close a case with root cause, reason, and comment - assign_case: Assign a user to a case - change_case_stage: Update the workflow stage of a case - add_case_tag: Add a tag to a case - remove_case_tag: Remove a tag from a case
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
The triage skill documentation previously stated that case closure was not supported for local-only deployments. This commit adds the close_case tool which now enables local case closure in duplicate/FP/BTP workflows. Updated lines 42 and 80-81 in extensions/google-secops/skills/triage/SKILL.md to reference the new close_case tool for local operations, bringing the skill documentation in line with the new case management capabilities.
dandye
force-pushed
the
soar-case-management-tools
branch
from
August 13, 2026 13:57
c7fa519 to
adcaaab
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updated the triage skill documentation to reflect the new local case management capabilities added in the SOAR MCP tools.
Changes
extensions/google-secops/skills/triage/SKILL.mdclose_casetool for local case closure operationsContext
This PR addresses a roborev code review finding (job #2) that flagged outdated documentation. The triage skill previously stated that case closure was unsupported for local-only deployments, but the latest commit (feat: Add SOAR MCP Case Management Tools) now provides the
close_casetool.The skill documentation now correctly reflects that agents can close cases locally via the new tool in duplicate/FP/BTP workflows.
Related
feat: Add SOAR MCP Case Management Tools