agroyield-sentry-triage

Pull and categorize Sentry issues for the AgroYield Network JS/Next.js project.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Cejo911/agroyield-network --skill agroyield-sentry-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agroyield-sentry-triage
Source: https://github.com/Cejo911/agroyield-network/tree/main/.claude/skills/agroyield-sentry-triage
Command: npx skills add https://github.com/Cejo911/agroyield-network --skill agroyield-sentry-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pulls, triages, and recommends actions on Sentry issues for the AgroYield Network JS/Next.js project. Use when the user asks "what's firing in sentry", "run sentry triage", "check sentry", "sentry health check", "sentry baseline", "are there any new errors", or after a deploy to verify the error feed.

Core Features & Use Cases

  • Classifies issues into Noise, Zombie, N+1-or-perf, and Real bug to prioritize triage.
  • Provides read-only recommendations (resolve, ignore, mark) and requires explicit user confirmation before taking action.
  • Uses project-scoped config (org slug, region URL, project slug) baked in for AgroYield Network's javascript-nextjs Sentry project.
  • Supports post-deploy verification and health checks by surfacing relevant issue context and summaries.

Quick Start

Ask AgroYield Sentry Triage to pull the latest unresolved issues and categorize them.

Frequently Asked Questions about agroyield-sentry-triage

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

FAQPage Schema
How do I triage Sentry issues for a Next.js project?

You can triage Sentry issues by pulling and categorizing unresolved errors into Noise, Zombie, N+1-or-perf, and Real bug classifications. This provides read-only recommendations for resolving, ignoring, or marking issues to manage your Next.js error feed effectively.

What is the best way to run a Sentry health check after a deploy?

Running a Sentry health check after a deploy involves pulling the latest unresolved issues and categorizing them to verify the error feed. This surfaces relevant issue context and summaries, allowing you to confirm whether new errors emerged from the recent deployment.

Does Sentry triage automatically resolve issues?

Sentry triage does not automatically resolve issues. It provides read-only recommendations by default and requires explicit user confirmation before taking any action like resolving, ignoring, or marking issues in the project.

Can I use this Sentry triage for any JavaScript project?

This Sentry triage is scoped specifically for the AgroYield Network javascript-nextjs project. It uses baked-in project configuration including org slug, region URL, and project slug to ensure accurate Sentry queries for that specific environment.

How are Sentry issues categorized during automated triage?

Sentry issues are categorized into four classifications during triage: Noise, Zombie, N+1-or-perf, and Real bug. This categorization helps prioritize issue management by distinguishing actionable bugs from performance issues and irrelevant errors.