Cody De Arkland
3b4f20114b
feat: Add setup skills for React, Python, Ruby, and React Native
2026-01-13 23:15:36 -08:00
Cody De Arkland
d1bef7ec55
refactor: Rename sentry-code-review to sentry-pr-code-review
2026-01-13 21:12:56 -08:00
Cody De Arkland
d8f8cbdb24
fix: Delete and recreate release for fresh timestamps
...
The previous approach updated assets but kept original creation date.
Now deletes existing release/tag before creating new one.
2026-01-13 09:15:03 -08:00
Cody De Arkland
1365d4b0fc
docs: Add Sentry docs links for each skill in README
2026-01-13 09:14:35 -08:00
Cody De Arkland
7d52660e63
docs: Remove MCP setup steps from README
2026-01-13 09:13:07 -08:00
Cody De Arkland
eab3e49429
feat(nextjs-wizard): Add MCP project creation check post-setup
...
- Check for Sentry MCP create_project capability after wizard completes
- If available, auto-create project and configure DSN
- If not, advise user on re-auth or manual creation options
- List all files requiring DSN/project configuration
2026-01-13 09:09:22 -08:00
Cody De Arkland
f96292df15
docs: Add AGENTS.md with skill authoring guidelines
...
- Token optimization patterns (tables over prose, ~100-200 lines target)
- Skill structure template with phases and verification
- Self-challenging verification for workflow skills
- Version requirements and troubleshooting table patterns
- Technical accuracy checklist (verify against Sentry docs)
Also update release.yml to include sentry-fix-issues in release notes
2026-01-13 08:59:14 -08:00
Cody De Arkland
a8f3e48f47
docs: Update README with new skills and improved organization
...
- Add sentry-fix-issues to Available Skills (with MCP requirement)
- Split skills into Setup and Workflow categories
- Add Platforms/Requirements columns to skill tables
- Add Prerequisites section for MCP and GitHub CLI setup
- Expand Usage section with 'What to Say' trigger examples
- Add Style Guidelines for contributors (token optimization)
2026-01-13 08:57:18 -08:00
Cody De Arkland
daac793b81
feat: Simplify skills ~76% and add sentry-fix-issues skill
...
- Simplify 6 existing skills to reduce token usage:
- sentry-code-review: 185 -> 70 lines (62%)
- sentry-nextjs-wizard: 520 -> 99 lines (81%)
- sentry-setup-logging: 581 -> 139 lines (76%)
- sentry-setup-tracing: 725 -> 149 lines (79%)
- sentry-setup-metrics: 752 -> 157 lines (79%)
- sentry-setup-ai-monitoring: 856 -> 164 lines (81%)
- Fix accuracy issues from docs review:
- AI monitoring: LangChain is auto-enabled (was incorrectly No)
- AI monitoring: Add Next.js OpenAI instrumentOpenAiClient wrapper
- Logging: Add SDK version requirements for Pino/Winston/Consola
- Add new sentry-fix-issues skill:
- Uses Sentry MCP to discover and analyze issues
- 7-phase methodology with self-challenging verification
- Leverages full Sentry context: traces, breadcrumbs, replays
2026-01-13 08:55:39 -08:00
Cody De Arkland
44f3953a00
feat: Add GitHub Action to auto-release skills tarball
...
This workflow automatically creates a tarball of the skills directory
and uploads it to a 'latest' release on every push to main.
The tarball can be downloaded at:
https://github.com/getsentry/sentry-agent-skills/releases/download/latest/sentry-agent-skills.tar.gz
This enables sentry-wizard to easily fetch and install skills without
requiring git on the user's machine.
2026-01-12 16:55:02 -08:00
Cody De Arkland
195bf2434c
Add sentry-nextjs-wizard to README skills table
2026-01-07 21:26:36 -08:00
Cody De Arkland
908044f4e1
Add Sentry agent skills and installation instructions
...
- Add 6 skills: sentry-code-review, sentry-setup-ai-monitoring, sentry-setup-logging, sentry-setup-metrics, sentry-setup-tracing, sentry-nextjs-wizard
- Add comprehensive README with installation instructions for Claude Code, Codex, Copilot, Cursor, OpenCode, and AmpCode
- Skills follow Agent Skills specification (agentskills.io)
2026-01-07 21:20:57 -08:00