enforce-guidelines

Enforce RAE guidelines before Python development, repository creation, commits, reviews, and refactoring.

3|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/peabody124/reproducible_agent_environment --skill enforce-guidelines
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: enforce-guidelines
Source: https://github.com/peabody124/reproducible_agent_environment/tree/main/skills/enforce-guidelines
Command: npx skills add https://github.com/peabody124/reproducible_agent_environment --skill enforce-guidelines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures all work adheres to RAE guidelines and mandatory requirements before any code task, reducing non-compliance and rework.

Core Features & Use Cases

  • Automatic guideline enforcement before coding, repo creation, commits, and code reviews.
  • Guidelines referenced from references/*.md files and the frontmatter in SKILL.md.
  • Catches and reports violations early in the task lifecycle to prevent non-compliant work.

Quick Start

Activate the enforce-guidelines skill to start validating mandatory guidelines before execution.

Frequently Asked Questions about enforce-guidelines

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

FAQPage Schema
How do I enforce code quality guidelines before a Python commit?

Enforcing code quality guidelines before a Python commit requires validating MUST and MUST NOT constraints early. This skill automatically reads reference guidelines and skill frontmatter to cite violations before code tasks, commits, or reviews occur.

What is automatic RAE guideline compliance for Python development?

Automatic RAE guideline compliance is the process of validating mandatory requirements before executing code tasks. It reads reference markdown files and frontmatter to determine and cite violations during repository creation, refactoring, and reviews.

How do I apply MUST and MUST NOT constraints during code reviews?

Apply MUST and MUST NOT constraints during code reviews by activating this skill to validate task execution. It reads reference guidelines to catch and report violations early, ensuring all refactoring and commits adhere to RAE requirements.

Do I need pre-commit hooks to enforce repository creation guidelines?

You do not need pre-commit hooks to enforce repository creation guidelines. Activating this skill validates RAE mandatory requirements before task execution, catching violations early across Python development, commits, and refactoring without external hook dependencies.

What's the best way to catch non-compliant Python code before task execution?

The best way to catch non-compliant Python code before task execution is automatic guideline enforcement. This skill reads reference markdown files and frontmatter to determine and cite violations, reducing rework across repository creation and reviews.

Why does my Python refactoring violate RAE guidelines?

Your Python refactoring violates RAE guidelines because it lacks automatic constraint validation before execution. This skill reads reference markdown files and frontmatter to determine, catch, and report MUST and MUST NOT violations early.