github-multi-repo
Coordinate GitHub Repositories at Scale
Multi-repository changes are difficult to coordinate and validate consistently. This skill guides discovery, synchronization, testing, architecture standards, and pull request workflows.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "github-multi-repo" from https://skillstore.io/skills/ruvnet-github-multi-repo.md and its manifest at https://skillstore.io/api/skills/ruvnet-github-multi-repo/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "github-multi-repo". Compare TypeScript versions across frontend, backend, and shared repositories.
Expected outcome:
- Frontend uses version 5.4; backend uses 5.3; shared uses 5.4.
- Update backend first, run unit tests, then run cross-repository integration tests.
- Prepare one reviewed pull request per repository.
Using "github-multi-repo". Plan a security patch across twelve Node.js services.
Expected outcome:
- Inventory completed for twelve selected repositories.
- Patch in three dependency-aware waves with approval before each write phase.
- Record test results, failures, and rollback instructions for every service.
Using "github-multi-repo". Review repository architecture consistency.
Expected outcome:
The report compares directory structure, CI workflows, documentation, ownership, and shared configuration, then prioritizes standardization changes.
Security Audit
High RiskMost static alerts are false positives from Markdown fences, template delimiters, documentation links, and expected webhook secret access. Confirmed risks involve predictable shared temporary paths and unisolated npm execution. Broad multi-repository writes also lack explicit approval gates.
Confirmed security concerns (2)
Capability review items (18)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
โ๏ธ External commands (50)
๐ Network access (3)
๐ Filesystem access (17)
๐ Env variables (2)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/ruvnet-github-multi-repo/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/ruvnet-github-multi-repo?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/ruvnet-github-multi-repo?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/ruvnet-github-multi-repo/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/ruvnet-github-multi-repo.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
ruvnet. (2026). github-multi-repo security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/ruvnet-github-multi-repo/audits/8BibTeX citation
@techreport{ruvnet-ruvnet-github-multi-repo-2026,
author = {ruvnet},
title = {github-multi-repo security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/ruvnet-github-multi-repo/audits/8},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "github-multi-repo security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "ruvnet"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/ruvnet-github-multi-repo/audits/8"
identifiers:
- type: other
value: "skillstore:ruvnet-github-multi-repo:audit:8"
description: "Skillstore immutable audit report identifier"
Compare variants
2 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
ruvnet-github-multi-repo
2026-08-21
dnyoussef-github-multi-repo
2026-08-21
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Align service dependencies
Discover services, update shared dependencies, run tests, and prepare coordinated pull requests.
Standardize repository architecture
Review repository structures and apply common templates, workflows, and documentation.
Coordinate security patches
Scan selected repositories, identify vulnerable packages, test fixes, and track patch pull requests.
Try These Prompts
List repositories in {organization} matching {criteria}. Summarize languages, topics, and package dependencies. Do not modify anything.Compare {package} versions across {repositories}. Propose an update order, compatibility checks, test commands, and rollback points.Review CI workflows in {repositories}. Propose a shared template and repository-specific exceptions. Show changes before requesting approval.Plan migration of {feature} across {repositories}. Map dependencies, execution waves, approval gates, tests, observability, rollback, and final reporting.Best Practices
- Start with read-only discovery and an explicit repository allowlist.
- Use minimal GitHub permissions, isolated execution, and private temporary directories.
- Require approval before remote writes and preserve test and rollback evidence.
Avoid
- Do not run package scripts from unknown repositories on the host.
- Do not use organization-wide wildcards for mutation without reviewing the resolved list.
- Do not reuse predictable shared temporary files or continue after clone failures.