wnzzerwnzzerCommunityยท2 Agent Skills Included

rank-analysis

League of Legends match review, shipping checks, and Sentry monitoring

Reviews League of Legends matches with data-backed verdicts on who carried, fed, or underperformed. Enforces code quality gates, conventional commits, and PR workflows before any change ships. Queries Sentry directly for daily active users, error trends, log volume, and release health without manual dashboard digging.
npx skills add wnzzer/rank-analysis --all -g -y
Available:

Gives your AI agent the project structure, coding standards, testing rules, and routing pointers to the shipping and Sentry skills so it works on this repo correctly.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install rank-analysis skills?โ–ผ

Run `npx skills add wnzzer/rank-analysis --all -g -y` in your terminal to install all skills in this repository globally.

What does the shipping-changes skill do?โ–ผ

It runs the full quality gate (lint, format, typecheck, tests) after code edits and guides branching, conventional commits, and PR creation so nothing broken reaches main.

How to check DAU and errors with the sentry skill?โ–ผ

The skill calls the Sentry REST API directly with your token to report daily active users, error trends, log volume, and release distribution for the project.

Do these skills work with Claude Code and Cursor?โ–ผ

Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible agents.

Do I need a Sentry token for the monitoring skill?โ–ผ

Yes. Create a user auth token with org:read and event:read scopes on sentry.io, then export it as SENTRY_TOKEN before querying.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’