Build and test mkdmg locally. Use this skill when the user asks to compile the binary, generate version strings, run unit tests, or execute the test suite with race detection.
Maintain code quality, formatting, linting, and security standards for mkdmg. Use this skill when formatting code, running golangci-lint, tidying go modules, or checking for security vulnerabilities.
Manage Apple Developer code signing and notarization workflows for mkdmg. Use this skill when configuring Developer ID certificates, keychain profiles, notarytool integration, and DMG ticket stapling.
Write and run isolated unit tests for mkdmg using mock executors and simulation modes. Use this skill when testing CLI logic, configuration validation, or runner workflows without invoking real macOS hdiutil commands.
Manage the release process for mkdmg using GoReleaser and git tags. Use this skill when preparing a new version release, dry-running GoReleaser, creating semantic tags, or verifying release checksums.
Perform security audits, vulnerability scans, and input sanitization reviews for mkdmg. Use this skill when auditing command argument injection risks, running govulncheck/gosec, checking GitHub Actions permissions, or verifying code signing security.