gregrickabygregrickabyCommunityยท6 Agent Skills Included

viewer-for-reddit

Next.js runtime verification, error triage, and code quality checks

Verifies Next.js code changes against a running app using browser and framework introspection instead of trusting compiles. Triages production Datadog errors and SonarQube issues by separating real bugs from noise and grounding each one in the actual codebase. Guides Cache Components and Partial Prefetching adoption so routes render instant static shells without breaking the build.
npx skills add gregrickaby/viewer-for-reddit --all -g -y
Available:

Tells the agent the project's tech stack, conventions, validation commands, and cost-saving rules, and routes it to the right rule files and sub-skills before making any code changes.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install viewer-for-reddit skills?โ–ผ

Run `npx skills add gregrickaby/viewer-for-reddit --all -g -y` in your terminal to install all skills in this repository globally.

How to verify Next.js changes actually work at runtime?โ–ผ

The next-dev-loop skill cross-checks the Next.js framework view against a real driven browser after every edit, catching runtime and React-level issues that type checks miss.

How to triage production errors with Datadog?โ–ผ

The triage-datadog-errors skill pulls errors for a time window, clusters them into patterns, filters out browser and network noise, and root-causes real bugs against your codebase.

Can these skills check code quality before merging?โ–ผ

Yes. The SonarQube skills check quality gates, cluster issues by severity, and separate real bugs and vulnerabilities from low-value code-smell noise before you merge.

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 coding agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’