ai-collaboration-standards

Tag AI-generated statements with certainty levels and source citations.

70|13|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/AsiaOstrich/universal-dev-standards --skill ai-collaboration-standards
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-collaboration-standards
Source: https://github.com/AsiaOstrich/universal-dev-standards/tree/main/.gemini/skills/ai-collaboration-standards
Command: npx skills add https://github.com/AsiaOstrich/universal-dev-standards --skill ai-collaboration-standards

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents AI assistants from hallucinating or providing unverified information, ensuring all responses are grounded in evidence and clearly state their certainty level.

Core Features & Use Cases

  • Evidence-Based Responses: Guarantees AI responses are directly supported by provided code or documentation.
  • Certainty Tagging: Automatically applies tags like [Confirmed], [Inferred], [Assumption], and [Unknown] to statements.
  • Source Attribution: Requires citing the source (file path, line number, URL) for all information.
  • Recommendation Logic: Ensures that when options are presented, a clear recommendation with reasoning is always included.
  • Use Case: When analyzing a code snippet, the AI will use [Confirmed] for direct observations and [Inferred] for logical deductions, always citing the exact line of code, preventing the AI from making up functionality.

Quick Start

Use the ai-collaboration-standards skill to ensure all AI responses are evidence-based and cite their sources.

Frequently Asked Questions about ai-collaboration-standards

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

FAQPage Schema
How do I prevent AI hallucination when generating code analysis and recommendations?

To prevent AI hallucination, enforce evidence-based responses by requiring the AI to tag statements with certainty levels like [Confirmed] or [Inferred] and cite exact source line numbers for all generated code analysis.

What is certainty classification for AI-generated content and how does it work?

Certainty classification for AI-generated content works by applying tags such as [Confirmed], [Inferred], [Assumption], and [Unknown] to statements, ensuring users immediately see the evidence level and verification status of the information provided.

How do I enforce source attribution for AI-driven code analysis and information retrieval?

Enforce source attribution for AI-driven code analysis by implementing strict rules requiring the AI to cite exact file paths, line numbers, or URLs alongside every statement, directly grounding information retrieval in provided evidence.

Can I use evidence-based response standards for any AI information retrieval task?

Yes, you can use evidence-based response standards for any AI information retrieval task. The unified tag system and source attribution rules apply universally to prevent hallucination and ensure accuracy across all AI-driven analysis.

Best way to ensure AI recommendations include clear reasoning instead of unverified options?

The best way to ensure AI recommendations include reasoning is to implement standards requiring that whenever options are presented, the AI must output a clear recommendation with logical deductions explicitly tagged as [Inferred] with cited sources.

Why does my AI assistant provide unverified information during code snippet analysis?

AI assistants provide unverified information during code snippet analysis when evidence-based standards are absent, allowing untagged assumptions; implementing mandatory certainty tagging and source citation prevents making up functionality.