Instrument
Official@instrument-org · United States of America
Offers specialized engineering utilities for Git history analysis, TypeScript error handling, and local development environment debugging.
Agent Skills by Instrument
Showing 9 vetted skills indexed across 1 GitHub repositories.
run-bash
Execute bash commands in a sandboxed environment with limited filesystem and network access.
studio-chrome-devtools
Connect Chrome DevTools to the Studio Electron app for debugging.
changelog
Generate markdown change logs from git history between tagged versions.
instrument-commit-message
Generate git commit messages using the Instrument monorepo's scope-first style.
task-database-query
Query task database files with read-only SQL statements.
typescript-result
Implement type-safe error handling in TypeScript with Result and AsyncResult types.
studio-dev-logs
Parse JSON lines from Studio's `.logs/` directory for debug, info, warn, and error messages.
find-ui-changes
Identify user interface changes from commit history for review.
session-transcript
Convert task directories or exported .zip files into markdown transcripts.
Frequently Asked Questions About Instrument
FAQPage SchemaWhat specific development tasks does Instrument support?▼
Instrument supports Git history analysis, including changelog generation and commit message standardization. It also provides utilities for querying task databases via SQL, parsing JSON-formatted development logs, and implementing robust error handling patterns using Result types in TypeScript environments.
Which engineering personas benefit from these capabilities?▼
These capabilities are designed for software engineers and technical leads managing monorepos or complex TypeScript projects. Developers focused on maintaining high-quality commit standards, debugging Electron-based applications, and enforcing strict type-safe error handling will find these utilities most relevant to their daily development cycles.
What are the prerequisites for using these development utilities?▼
Usage requires a local environment with Git installed for history-based tasks and a TypeScript-configured project for error handling implementations. Debugging features specifically require access to the Studio Electron application directory and its associated log files or Chrome DevTools connectivity.