repo-management

Automate repository setup and governance across Git, GitHub, and Azure DevOps.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/asmortongpt/Fleet-AzureDevOps --skill repo-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repo-management
Source: https://github.com/asmortongpt/Fleet-AzureDevOps/tree/main/.claude/skills/repo-management
Command: npx skills add https://github.com/asmortongpt/Fleet-AzureDevOps --skill repo-management

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill enables teams to standardize and automate repository setup, governance, and cross-platform workflows across Git, GitHub, and Azure DevOps, reducing setup time and human error.

Core Features & Use Cases

  • Starter templates and branching strategies: Git Flow, GitHub Flow, and trunk-based development for multi-repo and monorepo setups.
  • PR templates and protected branches: Enforces consistent code reviews and governance across platforms.
  • Cross-platform CI/CD integration guidance: Provides configuration patterns for GitHub Actions and Azure Pipelines, plus migration tips between environments.
  • Monorepo and multi-repo management: Best practices for managing large repos with shared tooling and dependencies.
  • Use Case: When starting a new project, use this skill to configure a default repo structure, branch protections, and CI/CD pipelines.

Quick Start

Create a new repository on GitHub or Azure DevOps with a starter structure and standard branching policy.

Frequently Asked Questions about repo-management

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

FAQPage Schema
How do I set up a new repository with branching strategies and CI/CD templates?

Setting up a new repository involves automating project initialization, applying branching strategies like Git Flow or trunk-based, and generating PR and CI/CD templates across GitHub and Azure DevOps to enforce governance and reduce setup time.

What is the best way to manage a monorepo with shared tooling and dependencies?

Managing a monorepo requires applying specific patterns for shared tooling and dependencies. You can standardize repository configuration and cross-platform workflows to maintain governance and reduce human error across large repos.

Can I use this to migrate CI/CD configurations between GitHub Actions and Azure Pipelines?

Yes, you can migrate CI/CD configurations between GitHub Actions and Azure Pipelines. The skill provides cross-platform integration guidance and configuration patterns to transition workflows between environments seamlessly.

Does this support enforcing protected branches and code reviews across multiple repositories?

Yes, it supports enforcing protected branches and code reviews across multiple repositories. The skill automates governance by applying PR templates and branch protection policies to standardize multi-repo configurations.

When should I choose trunk-based development over Git Flow for my project?

Choosing trunk-based development over Git Flow depends on your release cadence. Trunk-based supports continuous integration with short-lived branches, while Git Flow accommodates structured release cycles; the skill helps implement either pattern.