orchestrate:scan

Scan a cloned repository for tech stack, CI/CD, security, and test coverage gaps.

292|103|Updated Mar 27, 2025
One-click install
npx skills add https://github.com/kagenti/kagenti --skill orchestrate-scan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrate:scan
Source: https://github.com/kagenti/kagenti/tree/main/.claude/skills/orchestrate%3Ascan
Command: npx skills add https://github.com/kagenti/kagenti --skill orchestrate-scan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the comprehensive assessment of a target software repository's health, identifying gaps in CI/CD maturity, security posture, test coverage, and supply chain robustness.

Core Features & Use Cases

  • Automated Assessment: Scans repositories for tech stack, CI status, security scanning coverage, dependency management, action pinning, test coverage (backend, UI, E2E, infra), and security governance.
  • Gap Identification: Pinpoints specific areas needing improvement, such as missing tests, inadequate security scanning, or unpinned dependencies.
  • Use Case: Before initiating a major refactoring or migration project, run this Skill on the target repository to get a clear, actionable report of its current state and the necessary orchestration phases to improve it.

Quick Start

Scan the repository located at .repos/my-target-repo to assess its current state.

Frequently Asked Questions about orchestrate:scan

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

FAQPage Schema
How do I assess code quality and CI/CD maturity in a target repository?

Assessing code quality and CI/CD maturity involves scanning a target repository to evaluate its tech stack, CI status, action pinning, test coverage, and supply chain health. The scan identifies specific gaps and recommends subsequent orchestration phases to improve overall repository health.

What is the best way to identify gaps in test coverage and security posture before a major refactoring?

The best way to identify gaps in test coverage and security posture before refactoring is to run an automated repository assessment. This evaluates backend, UI, E2E, and infra test coverage alongside security scanning and governance, providing an actionable report of the current state.

How do I check supply chain health and dependency management for a cloned software repository?

To check supply chain health and dependency management, scan the cloned repository to assess dependency pinning and overall robustness. The assessment pinpoints specific areas needing improvement, such as unpinned dependencies or inadequate security scanning coverage.

Does the repository scan require a specific directory structure for the target codebase?

The repository scan requires a specific directory structure, expecting the target software repository to be cloned locally into the `.repos/<target>/` directory. This setup is necessary for the assessment scripts to access and analyze the codebase effectively.

Can I automate security assessment and test coverage analysis for my software repository?

Yes, you can automate security assessment and test coverage analysis by running a comprehensive repository scan. This automates the evaluation of security scanning coverage, governance, and backend to infrastructure test coverage, generating a clear report of actionable gaps.

What limitations should I expect when scanning a repository for technology stack and CI status?

When scanning a repository for technology stack and CI status, the assessment is limited to analyzing the statically cloned codebase in the `.repos/` directory. It evaluates existing configurations and code but does not execute pipelines or dynamically test running infrastructure.