edmund-change-control

Classify and verify software repository changes against predefined rules and checks.

164|13|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/I7T5/Edmund --skill edmund-change-control
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edmund-change-control
Source: https://github.com/I7T5/Edmund/tree/main/.agents/skills/edmund-change-control
Command: npx skills add https://github.com/I7T5/Edmund --skill edmund-change-control

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates and standardizes the change control process in the Edmund repository, ensuring that changes adhere to best practices and maintain the integrity of the application.

Core Features & Use Cases

  • Change Classification: Automatically classifies changes based on type (e.g., docs, code, release).
  • Verification Checks: Runs checks before committing or merging, ensuring all criteria are met.
  • Git Discipline: Enforces Git branching, commit frequency, and message conventions.
  • Rule Enforcement: Applies non-negotiable rules for storage handling, text rendering, and debugging to prevent past incidents from recurring.

Quick Start

To set up a new feature branch and classify a change for the 'edmund-change-control' Skill, use the command: setup-feature-branch edmund-change-control

Frequently Asked Questions about edmund-change-control

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

FAQPage Schema
How do I enforce Git branching and commit message conventions in a collaborative repository?

You can automate Git discipline by applying predefined change control rules. This enforces branching strategies, commit frequency, and standardized commit message conventions to maintain code integrity across collaborative environments.

What is the best way to automate code change classification before merging?

Automating code change classification involves applying predefined rules to categorize changes by type, such as docs, code, or release. Running verification checks before merging ensures all criteria are met and repository integrity is maintained.

How do I prevent recurring code incidents related to storage handling and debugging?

To prevent recurring code incidents, you can enforce non-negotiable change control rules for storage handling, text rendering, and debugging. This standardizes repository maintenance and blocks problematic code from merging.

Can I run verification checks on a software repository for code integrity without external dependencies?

Yes, you can run repository verification checks using script-based change control automation. It executes standardization checks directly on the repository without requiring external dependencies, ensuring code integrity independently.

How do I set up a feature branch for standardized repository change control?

To set up a feature branch for standardized repository change control, use the setup-feature-branch command followed by the target skill name. This initiates the automated classification and rule enforcement process.