The CA team has a body of tools that I have developed over the past couple years to help us with specific tasks. Much of that code was originally written off the cuff by someone with limited skill (me) and an aim for speed rather then sanity. The smaller tools that were built into it were designed for one specific use but have already become useful for other projects and are likely best hosted on labs where others can use them as desired. The original system made that difficult because it relied on the core of the main system (which contained central logs and user information) but shouldn't be too bad to split off especially at the same time as class refactoring happens to make the code more easily expandable by someone other then me.
While the refactoring for this has already started still a fair bit too do and suffers from too many other, higher priority, projects. I plan to work on it during the hackathon while attending other meetings.
Codebase: https://github.com/jamesryanalexander/lca-tools (and related submodules linked from there).