Loading...
Loading...
Create, update, validate, and submit Homebrew Casks. Use when the user mentions Homebrew cask/cask, Homebrew/homebrew-cask, adding a new cask, updating a cask, cask token naming, sha256, url verified:, livecheck, zap/uninstall, or when asked to run brew style/audit for a cask.
npx skill4agent add connorads/dotfiles homebrew-cask-authoringrm.appapppkgsuite.app.app@beta@nightly@<major>cask "token" do
version "1.2.3"
sha256 "..."
url "https://example.com/app-#{version}.dmg"
name "Official App Name"
desc "Short one-line description"
homepage "https://example.com"
app "AppName.app"
endhttpsverified:homepagedescarchsha256 arm: ..., intel: ...on_armon_inteluninstallpkgpkgutil:zapbrew style --fix <token>
brew audit --cask --online <token>brew audit --cask --new <token>
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <token>
brew uninstall --cask <token>sha256brew install --cask --verbose <token>brew stylebrew auditHomebrew/homebrew-caskreferences/homebrew-cask-contribution-workflow.md