askill
repo-maintenance

repo-maintenanceSafety 70Repository

Maintain repository integrity and documentation. Use for auditing structure, checking config validity, and reviewing inventory. Use proactively to validate the repository or sync documentation. Examples: - user: "Validate the repo" → run audit_repo.py - user: "Check agents" → run audit_repo.py, review errors - user: "Update documentation" → run sync_docs.py - user: "Check for issues" → run full audit

0 stars
1.2k downloads
Updated 3/15/2026

Package Files

Loading files...
SKILL.md

Repository Maintenance Skill

This skill provides the tools to act as a Repo Custodian.

Validate Repository

Ensure configuration files (agents, commands, skills) are valid.

  • Command: python3 .opencode/skill/repo-maintenance/scripts/audit_repo.py

Sync Documentation

Report on repository inventory and suggest whether docs need updating.

  • Command: python3 .opencode/skill/repo-maintenance/scripts/sync_docs.py

After a Failed Audit

When the audit reports errors or warnings:

  1. Read affected files - MUST read each file listed in the output
  2. Analyze issues - Understand what changes would fix each issue
  3. Ask the user - MUST use question tool to confirm which fixes to apply
  4. Apply selectively - Only fix what the user approves

MUST NOT auto-fix all issues. Mass changes can break working configurations.

Standards

Refer to references/validation-rules.md for:

  • YAML Frontmatter Schema
  • Description patterns (agents, commands, skills)
  • RFC+XML compliance requirements
  • Post-audit workflow details

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

56/100Analyzed 3/27/2026

A self-referential maintenance skill for a personal dotfiles repository. Provides clear structure with instructions, workflow, and reference sections. Explicitly includes safety guardrails against mass auto-fixing. However, the skill is non-functional without external scripts (audit_repo.py, sync_docs.py) that are not included. Highly specific to this repository's structure, making it essentially internal-only with low reusability potential."

70
65
40
55
50

Metadata

Licenseunknown
Version-
Updated3/15/2026
Publisherpascalandy

Tags

github-actions