docs(skill): prevent missing context in Slack thread investigations - #131
Open
dwaxe wants to merge 1 commit into
Open
docs(skill): prevent missing context in Slack thread investigations#131dwaxe wants to merge 1 commit into
dwaxe wants to merge 1 commit into
Conversation
dwaxe
force-pushed
the
dwaxe/thread-investigation-reference
branch
from
August 5, 2026 08:50
de110e3 to
d27b1c5
Compare
Agents working from a Slack link can miss later replies, repeat stale claims, or search beyond the user's intended scope. Add a short reference that requires reading the full thread, limits follow-up searches, verifies changing facts at their source, respects privacy boundaries, and rereads the thread before replying.
dwaxe
force-pushed
the
dwaxe/thread-investigation-reference
branch
from
August 5, 2026 12:00
d27b1c5 to
1f9ddb1
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.
Problem
Agents working from a Slack link can miss later corrections, treat old claims as current, or search outside the intended workspace or conversation.
Fix
Add a short, conditionally loaded guide for thread investigations. It covers reading the full thread, limiting follow-up searches, checking changing facts at their source, respecting privacy boundaries, and rereading before replying.
The core skill remains small because this guidance loads only for thread work.