agent-conduct

Enforce shared governance rules and prevent agent-name coupling in tests, CI, and product logic.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/sachinnair90/gitgloss --skill agent-conduct-sachinnair90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-conduct
Source: https://github.com/sachinnair90/gitgloss/tree/main/.copilot/skills/agent-conduct
Command: npx skills add https://github.com/sachinnair90/gitgloss --skill agent-conduct-sachinnair90

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill centralizes shared hard rules so every squad agent follows the same governance standards without duplicating policy in each charter.

Core Features & Use Cases

  • Shared Governance: Keeps universal agent rules in one place for consistent behavior across squads.
  • Product Isolation: Prevents test, CI, and product logic from depending on real agent names or squad-specific wording.
  • Quality Verification: Reinforces the expectation to run relevant tests before declaring work complete and to update history when lessons are learned.

Quick Start

Use this skill to review an agent charter or change set and confirm it follows the shared hard rules for isolation and test verification.

Frequently Asked Questions about agent-conduct

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

FAQPage Schema
How do I prevent agent-name coupling in multi-agent repository tests and CI checks?

Shared governance rules prevent agent-name coupling in tests and CI checks by requiring parameterized fixtures and generic product logic. This ensures test isolation so multi-agent repositories remain consistent and do not depend on real agent names.

How do I keep squad agents aligned with the same governance standards across different charters?

Keeping squad agents aligned with governance standards requires centralizing shared hard rules in one place rather than duplicating policy in each charter. This ensures consistent behavior across squads during code review and release workflows.

What are shared hard rules for agent governance and when do I need them?

Shared hard rules for agent governance are universal standards that dictate test isolation and compliance verification for squad agents. You need them in multi-agent repositories to prevent squad-specific wording from leaking into product logic and CI checks.

How do I verify touched tests and compliance before marking agent work complete?

To verify touched tests and compliance before marking work complete, enforce shared governance rules that require running relevant tests and checking parameterized fixtures. This ensures multi-agent repository changes meet isolation standards before release.

Can I use a single governance policy for code review and release workflows across multiple squad agents?

Yes, you can use a single centralized governance policy for code review and release workflows across multiple squad agents. Centralizing universal rules ensures charter maintenance and release workflows stay generic and consistent without duplicating policy.

What is the best way to maintain charter consistency without duplicating policy for each squad agent?

The best way to maintain charter consistency without duplicating policy is to centralize shared hard rules in a single governance source. This prevents test and CI dependencies on real agent names while keeping universal agent rules aligned across squads.