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
This skill provides the tools to act as a Repo Custodian.
<instructions>Ensure configuration files (agents, commands, skills) are valid.
python3 .opencode/skill/repo-maintenance/scripts/audit_repo.pyReport on repository inventory and suggest whether docs need updating.
python3 .opencode/skill/repo-maintenance/scripts/sync_docs.pyWhen the audit reports errors or warnings:
MUST NOT auto-fix all issues. Mass changes can break working configurations.
</workflow> <reference>Refer to references/validation-rules.md for:
npx skills add IgorWarzocha/repo-maintenance下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer