project-takeover

Analyze GitHub repositories and generate French takeover documentation.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/nist0/CoDev --skill project-takeover
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-takeover
Source: https://github.com/nist0/CoDev/tree/main/.github/skills/project-takeover
Command: npx skills add https://github.com/nist0/CoDev --skill project-takeover

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the analysis of GitHub repositories for team takeover, generating comprehensive documentation in French.

Core Features & Use Cases

  • Repository Analysis: Automatically analyze the structure, state of the Kanban board, sub-module graph, API & DB dependencies, and functional decomposition.
  • Documentation Generation: Outputs exhaustive documentation in French, stored locally in a .takeover/ directory.
  • Use Case: When joining a new team and need to quickly understand existing projects, this Skill helps to generate a detailed understanding of the project's state.

Quick Start

Run the skill with the following command:

/project-takeover repos=https://github.corp.example.com/myteam/projectA,https://github.corp.example.com/myteam/projectB kanban=https://github.corp.example.com/orgs/myteam/projects/1

Frequently Asked Questions about project-takeover

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

FAQPage Schema
How do I automate GitHub repository analysis for a team takeover?

Automate GitHub repository analysis for a team takeover by running scripts that process repository structure, Kanban board state, and dependency graphs using the gh CLI. The Skill generates exhaustive documentation stored locally in a `.takeover/` directory.

What is the best way to document an existing GitHub project structure and dependencies?

The best way to document a GitHub project structure and dependencies is using automated scripting tools that generate functional decomposition, API and DB details, and sub-module graphs. This produces comprehensive local documentation for new team members.

Do I need Python to analyze GitHub repositories and generate takeover documentation?

Yes, you need Python installed to run the specific scripts required for repository analysis. The scripts process the repository data fetched via the gh CLI and generate the final documentation output.

How do I analyze multiple GitHub repositories and a Kanban board at the same time?

Analyze multiple GitHub repositories and a Kanban board simultaneously by passing comma-separated repository URLs and a Kanban project URL as arguments to the command. The Skill processes all provided links to generate a unified analysis.

Can I use gh CLI to extract API and DB dependency details for project takeovers?

Yes, the Skill leverages the gh CLI alongside Python scripts to extract API and DB dependency details. It automatically processes the repository data to build a comprehensive dependency graph and functional decomposition for project takeovers.

Why does the generated repository documentation output in French?

The generated repository documentation outputs in French as the Skill is specifically designed to automate in-depth analysis of GitHub repositories and produce comprehensive documentation in French for team takeovers.