I had two tag tools and neither told me if my own stuff was stuck, so I wrote /needs-tag
We already had two tag skills:
/can-i-tag tells you if a single repo is ready to ship, /where-is-my-feature traces one feature by keyword across our whole pipeline. Neither answers the question I actually had most mornings — is anything of mine stuck somewhere in that pipeline, and I just don't know it yet. So I asked Claude Code to build /needs-tag, reusing /can-i-tag's tag-lookup logic and /where-is-my-feature's version-comparison logic instead of reinventing either. First real run turned up a merged PR of mine that had never been tagged, plus a downstream repo still running an older version of a shared dependency than it should have been. Neither was catastrophic. Both were things I would have found eventually, on my own, probably days later, probably in a Slack thread that started with someone else asking why something broke.