artsy
- 10 skills
- 0 followers
- 6 hours ago last updated
- ▌ Creating Articles · artsyCreates new blog posts for the Artsy Engineering blog. Use when the user wants to write, create, or start a new blog post or article.
- ▌ Plain English · artsy bundleTighten prose by stripping AI tics and applying Orwell/Gowers plain-English rules. Use before posting any PR review, review summary, or inline review comment, as a self-audit pass over the text you are about to post. Also use when asked to rewrite, tighten, simplify, or detox writing.
- ▌ Querying Positron · artsy bundleTransforms natural language input into valid MongoDB queries for interrogating Positron's database, issues them to our Mongo cluster, retrieves and optionally analyzes or transforms the results. Use when the user wants to know about Positron's actual data about articles, authors, channels, verticals etc.
- ▌ Eigen Testing · artsy bundleWrite and maintain tests for Eigen, a React Native application using React Native Testing Library and Relay Test Utils. Use this skill when writing new tests, fixing failing tests, adding test coverage, updating existing tests, or when asked about testing best practices for Eigen. Triggers on requests like "write tests for this component", "add test coverage", "fix this test", "how should I test this", or any testing-related questions for the Eigen codebase.
- ▌ Creating Screens · artsy bundleAdd new screens and routes to Eigen React Native app. Guides you through creating simple screens (no data fetching) or Relay screens (with GraphQL). Use this when adding screens, routes, or navigating components. Triggers on "add a screen", "create a new route", "add a Relay screen", "setup screen with data", or screen creation tasks.
- ▌
- ▌ Fix Sentry Issue · artsyInvestigates the most actionable open Sentry issue for force-production, locates the root cause in source code, and opens a fix PR. Use when asked to look at Sentry, fix a Sentry issue, or investigate production errors.
- ▌
- ▌ Handhold · artsyWalk through a configuration process step by step, providing guidance and explanations for each step.
- ▌ Address Feedback · artsySelectively address feedback from a PR review, and create new tasks for any feedback that is not addressed