repository-management

Enforce repository branching, security, and documentation standards.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/mrjuguy/kitchen_assistant --skill repository-management-mrjuguy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repository-management
Source: https://github.com/mrjuguy/kitchen_assistant/tree/main/.agent/skills/repository-management
Command: npx skills add https://github.com/mrjuguy/kitchen_assistant --skill repository-management-mrjuguy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Repository hygiene, security, and public documentation standards to keep codebases safe, maintainable, and easy to audit.

Core Features & Use Cases

  • Branching strategy guidance: protected main, feature branches, and standardized naming to reduce conflicts and merge issues.
  • Security & hygiene practices: secret handling, .gitignore hygiene, env variable synchronization, and documentation governance.
  • Documentation and public specs: guidelines for public READMEs and shared standards to improve onboarding and transparency.

Quick Start

Configure your repository to enforce a protected main, branching conventions, and automated branch creation in CI.

Frequently Asked Questions about repository-management

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

FAQPage Schema
How do I enforce a protected main branch and standardize feature branch naming conventions?

To enforce a protected main branch and standardize feature branch naming, configure your repository with branching policies that require feature branches and automated branch creation in CI to reduce merge issues.

What is the best way to manage environment variable hygiene and synchronize .env examples in a repository?

The best way to manage environment variable hygiene is to enforce secret handling practices, maintain .gitignore hygiene, and regularly synchronize .env example files to prevent sensitive data leaks across projects.

Does this repository hygiene approach work with existing CI/CD pipelines?

Yes, this repository hygiene approach works with existing CI/CD pipelines by integrating automated branch creation and regular git hygiene checks directly into your software team's codebase management workflow.

How do I set up public documentation standards and governance for a codebase?

To set up public documentation standards, apply guidelines for public READMEs and shared project specs to improve onboarding and transparency while maintaining documentation governance across all repositories.

What are the limitations of relying on branching policies for repository security?

Relying solely on branching policies for repository security is limited because comprehensive security also requires environment variable hygiene, .gitignore enforcement, and regular git hygiene checks to protect secrets.

When do I need to run regular git hygiene checks across software projects?

You need to run regular git hygiene checks across software projects when managing multiple codebases with CI/CD to ensure consistent repository hygiene, security, and public documentation standards are maintained.