What problem does it solve?
This Skill prevents repository drift and inconsistent documentation by enforcing SCMessenger’s agent rules, standardized log extraction, and required build verification on each change-bearing run.
Core Features & Use Cases
- Rules Compliance Guardrails: Enforces strict adherence to AGENTS.md and LOG_EXTRACTION_STANDARD.md so agent actions stay consistent with project expectations.
- Standardized Log Extraction: Requires deterministic extraction workflows using ios_extractor.py for iOS and adb_extractor.py for Android to produce comparable logs.
- Mandatory Documentation Sync: Ensures canonical documentation and current state tracking are updated whenever changes impact behavior or outcomes.
- Build Verification: Verifies changes with appropriate build commands before the session ends to reduce regressions.
Quick Start
Ask the agent to process a change-bearing run by extracting iOS logs with ios_extractor.py (or Android logs with adb_extractor.py), syncing the canonical documentation, and running the required build verification while following AGENTS.md and LOG_EXTRACTION_STANDARD.md.