Maintains structural integrity by synchronizing HubSpot hook file references, plugin manifests, and skill documentation.
The HubSpot Hook Sync Governance skill provides a robust framework for managing the internal consistency of HubSpot-based RevOps plugins within the OpsPal ecosystem. It automatically identifies drift between hook shell scripts on disk and their declarations in the plugin manifest, ensures that skill frontmatter correctly references available agents and tools, and enforces a strict update protocol to prevent broken references during development. By integrating into CI/CD pipelines, it acts as a critical validation gate that prevents the release of orphaned code or invalid skill configurations, making it essential for maintaining high-reliability RevOps automation projects.
주요 기능
01Pre-release validation gate integration for automated CI/CD workflows
02Validation of SKILL.md frontmatter against active tools and agents
03Standardized update protocols for renaming, moving, or deleting hook families
041 GitHub stars
05Identification of orphaned scripts and dead code within the hooks directory
06Automated drift detection between physical hook files and manifest declarations
사용 사례
01Auditing plugin integrity and reference health before a production release
02Detecting and cleaning up orphaned shell scripts during large-scale repository migrations
03Refactoring hook file structures without breaking internal manifest dependencies