Rock attribute audit

Audit the attributes on a Rock entity and flag the cruft.

Nicholas AirdoTriumph TechUpdated 2 months ago28 installsCode
AI summary

Need a quick read on Rock attribute audit?

Skim the gist, what it's good for, a real prompt to try, and the gotchas — all distilled from SKILL.md. Cached after the first run.

Details

About this skill

--- name: rock-attribute-audit version: 1.0.0 description: Audit the attributes on a Rock entity and flag the cruft. triggers: - audit the attributes on this rock entity - find unused rock attributes runtimes: - code tags: - rock - attributes - audit - cleanup ---

# Rock attribute audit

Pulls every attribute on an entity and classifies them: actively read in Lava, written by workflows, referenced in C#, or orphaned. Orphans are the point — you want to find the 80-item attribute list that has 12 live keys.

## When to use

- "audit the attributes on this rock entity" - "find unused rock attributes"

## Notes

This skill is published to the Triumph Skills Marketplace. Report issues or request features directly from the skill's page.