scm-repo-agent

Automate log extraction, documentation sync, and build verification in SCMessenger.

2|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/Sovereign-Communication/SCMessenger --skill scm-repo-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scm-repo-agent
Source: https://github.com/Sovereign-Communication/SCMessenger/tree/main/skills/scm-repo-agent
Command: npx skills add https://github.com/Sovereign-Communication/SCMessenger --skill scm-repo-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates agent tasks within the SCMessenger repository context, streamlining processes such as log extraction, documentation synchronization, and build verification.

Core Features & Use Cases

  • Log Extraction: Standardized log extraction for iOS and Android using ios_extractor.py and adb_extractor.py.
  • Documentation Synchronization: Ensures canonical documentation is updated on every change.
  • Build Verification: Verifies builds for code changes, ensuring code quality and integrity.
  • Use Case: For a developer working on the SCMessenger project, this Skill can be used to automatically extract logs, update documentation, and verify builds, saving time and reducing the risk of errors.

Quick Start

Run the scm-repo-agent skill to automatically perform log extraction, documentation sync, and build verification for the current repository.

Frequently Asked Questions about scm-repo-agent

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

FAQPage Schema
How do I automate log extraction for iOS and Android repository builds?

Automate log extraction for iOS and Android repository builds by running standardized scripts like ios_extractor.py and adb_extractor.py. This Skill handles repository automation to extract logs automatically, ensuring consistent retrieval across both mobile platforms.

What is the best way to verify builds after code changes in a repository?

The best way to verify builds after code changes is using build verification automation. This Skill verifies builds post-code changes within the repository context, ensuring code quality and integrity are maintained without manual intervention.

How do I keep documentation synchronized with code changes automatically?

Keep documentation synchronized with code changes automatically by running the scm-repo-agent. It ensures canonical documentation is updated on every change, streamlining documentation synchronization across the repository context.

Does this repository automation Skill require external dependencies for code review?

No, this repository automation Skill requires no external dependencies for code review and related tasks. It operates independently using internal scripts to handle log extraction, documentation synchronization, and build verification.

Can I use scripts to extract logs for both iOS and Android platforms?

Yes, you can use scripts to extract logs for both iOS and Android platforms. The Skill provides ios_extractor.py for iOS log extraction and adb_extractor.py for Android log extraction, supporting standardized repository automation.