← Back to Skills Marketplace
ptaramona

Drill Sergeant Skill

by ptaramona · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
333
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install drill-sergeant-skill
Description
Enforce communication discipline in team channels by detecting message violations, issuing corrective actions, and summarizing for leadership.
README (SKILL.md)

Drill Sergeant

Overview

Run a practical discipline loop for agent operations: scan activity, detect violations, classify severity, and issue concise corrective actions that reduce noise and keep work moving.

Workflow

  1. Define scope and rule set for this run.
  2. Collect message and task signals from allowed sources.
  3. Detect violations using the enforcement checklist.
  4. Deduplicate repeated findings.
  5. Produce corrective actions with owner + due-now wording.
  6. Publish a short summary for leadership.

Operating Rules

  • Keep outputs short and actionable.
  • Prefer one consolidated update over many fragmented alerts.
  • Treat repeats as a process defect; suggest root-cause fixes, not only symptoms.
  • Escalate only for high-severity or repeated failures.
  • Never include secrets, internal tokens, private endpoints, webhook URLs, or personal identifiers in public-ready outputs.

Violation Categories

  • Routing violations (wrong channel/audience)
  • Duplicate or looped posts
  • Missing ownership or assignment signals
  • Stale review states (work complete but not closed)
  • Status quality failures (vague/optimistic/non-evidenced)
  • Policy drift (deprecated IDs, formats, or conventions)

Output Contract

For each violation include:

  • type
  • severity (low/medium/high)
  • evidence (short quote or artifact reference)
  • action (imperative fix)
  • owner

End with:

  • Top 3 immediate actions
  • Escalations (if any)
  • All clear when no actionable violations exist.

References

  • Enforcement checklist: references/enforcement-checklist.md
  • Message templates: references/message-templates.md
  • Public-safe publishing checklist: references/public-safety-checklist.md
Usage Guidance
This skill appears to do what it says, but its runtime instructions are intentionally vague about which message sources to collect. Before installing or enabling it: 1) Confirm exactly which connectors/permissions the agent will use to read messages (Slack, Teams, email, task trackers) and restrict the skill to only those approved channels. 2) Require explicit scope/allowlist in SKILL.md (time window, channel list, message types) and automated redaction rules so outputs cannot include PII, tokens, or internal IDs. 3) Run the skill in a limited sandbox or with read-only, narrow-scoped credentials first and audit the outputs for accidental data leakage. 4) If you need stronger guarantees, ask the author to add explicit collection rules and built-in redaction/filtering before broad deployment.
Capability Analysis
Type: OpenClaw Skill Name: drill-sergeant-skill Version: 0.1.0 The 'drill-sergeant-skill' is a governance and project management tool designed to help AI agents monitor team communication and task hygiene. The bundle consists entirely of Markdown instructions and checklists (SKILL.md, README.md, and reference files) with no executable code, obfuscation, or suspicious network activity. The instructions explicitly emphasize public safety and the exclusion of secrets, tokens, or PII (public-safety-checklist.md).
Capability Assessment
Purpose & Capability
Name/description match the included artifacts (checklists, templates, operating rules). The skill is instruction-only and does not declare unrelated credentials or binaries, which is proportionate. However, the skill implicitly requires access to team messages/tasks (connectors or platform permissions) but does not document or restrict which sources are allowed — this is reasonable for a discipline tool but should be explicit.
Instruction Scope
The SKILL.md tells the agent to 'Collect message and task signals from allowed sources' but does not define or limit those sources. That vagueness grants the agent broad discretion to fetch message history or other context from whatever connectors it has access to, increasing risk of reading sensitive content. The operating rules advise not to include secrets/identifiers in outputs, but there is no enforcement or concrete filtering/redaction instruction, nor any limitation on collection scope or retention.
Install Mechanism
Instruction-only skill with no install script, no code files to execute, and no network downloads — minimal install risk. Nothing in the package performs arbitrary code installation.
Credentials
The package requests no environment variables or credentials, which is consistent with its claim of being 'vendor-neutral' and publish-safe. However, practical use requires the agent/platform to have connectors to message sources; the skill does not document required permissions or connectors. Confirming which external service credentials (if any) will be used is necessary before deployment.
Persistence & Privilege
Flags show default invocation (not always: true) and no claims of modifying other skills or agent-wide settings. The skill does not request persistent system presence or elevated privileges in the package.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install drill-sergeant-skill
  3. After installation, invoke the skill by name or use /drill-sergeant-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
drill-sergeant-skill v0.1.0 - Initial release of the Drill Sergeant skill. - Enforces team communication discipline and execution hygiene in shared work channels. - Detects messaging violations (loops, routing errors, missing ownership, stale reviews, noise). - Generates concise corrective actions and escalation notes. - Produces manager-ready summaries and actionable updates.
Metadata
Slug drill-sergeant-skill
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Drill Sergeant Skill?

Enforce communication discipline in team channels by detecting message violations, issuing corrective actions, and summarizing for leadership. It is an AI Agent Skill for Claude Code / OpenClaw, with 333 downloads so far.

How do I install Drill Sergeant Skill?

Run "/install drill-sergeant-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Drill Sergeant Skill free?

Yes, Drill Sergeant Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Drill Sergeant Skill support?

Drill Sergeant Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Drill Sergeant Skill?

It is built and maintained by ptaramona (@ptaramona); the current version is v0.1.0.

💬 Comments