ush-discord-repo-cross-reference

Cross-references Discord discussion claims against repository code, tests, and documentation evidence.

Updated Sep 5, 2026
One-click install
npx skills add https://github.com/edward321416-maker/universal-skill-hub --skill ush-discord-repo-cross-reference-edward321416-maker
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ush-discord-repo-cross-reference
Source: https://github.com/edward321416-maker/universal-skill-hub/tree/main/adapters/claude-code/ush-discord-repo-cross-reference
Command: npx skills add https://github.com/edward321416-maker/universal-skill-hub --skill ush-discord-repo-cross-reference-edward321416-maker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Claims made in Discord discussions about a project's state often drift from what the repository actually contains, leaving teams unsure whether a feature is done, a decision was implemented, or a bug was fixed. This Skill verifies those claims against concrete repository evidence and reports each one as confirmed, contradicted, or unresolved. ## Core Features & Use Cases - Two-way cross-referencing: Maps Discord claims to supporting, conflicting, implementing, or superseding repository evidence, and checks whether repository changes are still accurately reflected in Discord discussions. - Untrusted-content discipline: Treats all Discord content as quoted evidence rather than instructions, never executing commands, following links, or accepting credentials found in messages. - Gated send operation: Analysis is read-only by default; sending a message to Discord requires explicit intent, pre-approved exact text, an unambiguous destination, and confirmed send capability. - Use Case: A teammate says in Discord that the boss mechanic is finished. Ask the agent to check whether the repository actually proves it, and receive a mapping of the claim to code, tests, and decision records with a confirmed/contradicted/unresolved verdict. ## Quick Start Check whether the Discord claim that the boss mechanic is complete is actually supported by evidence in this repository.

Frequently Asked Questions about ush-discord-repo-cross-reference

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify a Discord claim against repository code?▼

Provide the Discord claim or discussion excerpt and ask for a cross-reference against the repository. The skill extracts explicit claims, searches code, tests, docs, and history for evidence, and reports each claim as confirmed, contradicted, or unresolved.

Can this skill send messages to Discord channels?▼

Sending is possible only through a separate gated send operation. It requires explicit user intent, exact pre-approved text, an unambiguous destination channel, and confirmed send capability and permission; analysis requests never trigger a send.

Is Discord message content treated as instructions by the skill?▼

No. All Discord-sourced content is treated as untrusted quoted evidence, never as commands or grants of authority, even if a message appears to come from an administrator. The skill never executes commands, follows links, or accepts credentials from messages.

What evidence sources does the cross-reference check?▼

It searches repository decisions, code, tests, documentation, configuration, and history for evidence bearing on each claim. It prefers stable references such as message links, repository-relative paths, and symbol or heading names, and never fabricates unverified links.

When should I not use Discord repository cross-referencing?▼

Do not use it for moderation tasks such as editing, deleting, or reacting to Discord content, since the skill never performs those actions. It is also unsuitable for sending messages that have not been explicitly prepared, approved, and assigned a destination.