sentry

Fetch the latest Sentry issue and guide fix implementation with commit messaging.

33|2|Updated Feb 21, 2025
One-click install
npx skills add https://github.com/yspreen/dotfiles --skill sentry-yspreen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry
Source: https://github.com/yspreen/dotfiles/tree/main/.agents/skills/sentry
Command: npx skills add https://github.com/yspreen/dotfiles --skill sentry-yspreen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates triage and remediation of the most recent Sentry issue for a project using the sentry-latest CLI.

Core Features & Use Cases

  • Fetches the latest Sentry issue for the current project and presents remediation steps.
  • Guides you through implementing a fix and validating the outcome.
  • Ensures the final commit mentions the issue by name, aligning with project workflows.

Quick Start

Run sentry-latest to fetch the latest issue for the current project, implement the fix, and commit with a message mentioning the issue.

Frequently Asked Questions about sentry

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Sentry issue triage for my active project?

To automate Sentry issue triage, a guided CLI workflow fetches the most recent issue for your active project, presents remediation steps, and enforces commit messaging. This streamlines the bugfix process from detection to resolution.

What is the best way to ensure my commit message mentions a recent Sentry bugfix?

The best way to ensure a commit mentions a Sentry bugfix is using an automated workflow that enforces a standard commit message format. This guarantees the final commit explicitly mentions the resolved issue by name, aligning with project workflows.

How do I fetch the latest Sentry issue using the command line?

You can fetch the latest Sentry issue using the command line by running the sentry-latest CLI workflow. This tool retrieves the most recent issue data for the current project and presents guided remediation steps for immediate development.

Can I use this Sentry CLI workflow for software projects without external dependencies?

Yes, you can use this Sentry CLI workflow for software projects without external dependencies. It relies solely on the sentry-latest CLI to fetch issues and supports project context configuration, requiring only a project connected to Sentry.

Does this Sentry triage workflow support project context configuration?

Yes, this Sentry triage workflow supports project context configuration. It leverages the sentry-latest CLI to fetch issues tailored to the active project, ensuring remediation steps and commit messaging align with your specific development environment.