Shared Standards

Enforce tone, formatting, labeling, and security standards across agent outputs.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Nycto89/copilot-custom-agent --skill shared-standards-nycto89
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Shared Standards
Source: https://github.com/Nycto89/copilot-custom-agent/tree/main/skills/shared-standards
Command: npx skills add https://github.com/Nycto89/copilot-custom-agent --skill shared-standards-nycto89

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a single, enforceable baseline for tone, response formatting, labeling, and security so multiple agents produce consistent, safe, and scannable outputs across projects.

Core Features & Use Cases

  • Tone guidance: Professional, concise, and direct responses that explain reasoning not just conclusions.
  • Response formatting: Rules for headers, bullet lists, code blocks with language hints, tables, and bolding for scannability.
  • Label conventions: A severity taxonomy (Critical, High, Medium, Low, Info) to standardize findings and recommendations.
  • Security baseline: Explicit prohibitions on exposing secrets, over-privileged patterns, and PII; guidance for redaction and handling embedded credentials.
  • Script execution rules: Best practices for running terminal scripts, validating environment variables, and avoiding passing secrets on the command line.
  • Use Case: Apply during agent development, code review, or audits to validate agent outputs for tone, format, and operational safety.

Quick Start

Use the Shared Standards skill to check an agent's response for tone, formatting, labeling, and security compliance.

Frequently Asked Questions about Shared Standards

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

FAQPage Schema
How do I enforce consistent formatting and tone across multiple AI agents?

To enforce consistent formatting and tone across multiple AI agents, apply a shared standards baseline that defines professional response structures, code block rules, and severity taxonomies for all operational outputs.

What is a severity taxonomy for standardizing AI agent code review findings?

A severity taxonomy for code review findings uses defined labels like Critical, High, Medium, Low, and Info to standardize recommendations and ensure scannability across multiple AI agent outputs.

How do I stop AI agents from exposing secrets and PII in responses?

To stop AI agents from exposing secrets and PII, implement a security baseline with explicit prohibitions on embedded credentials, enforce redaction rules, and prevent passing secrets via command line arguments.

Can I use shared standards rules to validate agent outputs during an audit?

Yes, you can use shared standards rules during audits to validate agent outputs for tone compliance, response formatting, labeling conventions, and operational security safety.

What are the best practices for terminal script execution in AI agent workflows?

Best practices for terminal script execution include validating environment variables, avoiding command line secret passing, and following explicit security guidance to prevent over-privileged patterns.