Mac upkeep: brew update/upgrade, pull clean repos, empty Trash.
65
77%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./skills/mac-maintenance/SKILL.mdUse when Peter asks for Mac cleanup, maintenance, or package/repo refresh.
brew update && brew upgrade~/Projects:for repo in ~/Projects/*/.git; do
dir=${repo:h}
git -C "$dir" status --short --branch
git -C "$dir" pull --ff-only
doneSkip dirty repos unless Peter explicitly asked to handle them. Report skipped paths.
osascript -e 'tell application "Finder" to empty trash'bb36883
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.