@gregbaron
GregBaronapm::@gregbaron
docs-review
skillReview documentation changes for compliance with the Metabase writing style guide. Use when reviewing pull requests, files, or diffs containing documentation markdown files.
create-database-migration
skillCreate a database migration to add a table, add columns to an existing table, add a setting, or otherwise change the schema of Ghost's MySQL database.
add-malli-schemas
skillEfficiently add Malli schemas to API endpoints in the Metabase codebase with proper patterns, validation timing, and error handling
add-admin-api-endpoint
skillAdd a new endpoint or endpoints to Ghost's Admin API at `ghost/api/admin/**`.