Agent skill
explain-changes
Explain recent changes and provide a structured summary with security checks
Install this agent skill to your Project
npx add-skill https://github.com/elie222/inbox-zero/tree/main/.claude/skills/explain-changes
SKILL.md
Review the recent changes and provide:
-
Summary: What was built or changed? Explain in 2-3 sentences.
-
Files changed: List the files that were added or modified, grouped by area (e.g., API routes, components, database, utils).
-
Security check:
- Any new API endpoints? Are they properly authenticated?
- Any database writes? Is the input validated?
- Any external API calls? Are secrets handled correctly?
- Any user-facing inputs? Are they sanitized?
-
Risk areas: Which files or functions are most likely to cause problems? Why?
-
Edge cases: What scenarios might break this? What hasn't been tested?
-
Missing pieces: Based on what this feature is supposed to do, is anything obviously incomplete or not wired up?
-
Questions for me: Anything you're uncertain about or made assumptions on that I should verify?
Be concise. Flag problems, don't over-explain things that are fine.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
qa-new-flow
Create a new browser QA flow file from the template
llm
Guidelines for implementing LLM (Language Model) functionality in the application
fullstack-workflow
Complete fullstack workflow combining GET API routes, server actions, SWR data fetching, and form handling. Use when building features that need both data fetching and mutations from API to UI.
write-tests
Write focused unit tests for backend and utility logic
e2e
Run and debug E2E flow tests. Use when triggering E2E tests, checking test status, debugging failures with Axiom logs, or setting up local E2E testing.
prisma
How to use Prisma
Didn't find tool you were looking for?