testing-gate
Safe 69Guide Junior Developers to Write Tests
by DanielPodolsky
Junior developers often skip testing due to time pressure or lack of confidence. This skill provides a mentoring framework that encourages testing through positive reinforcement rather than blocking requirements.
testing-fundamentals
Safe 69Apply testing best practices
by DanielPodolsky
Teams often write tests that do not catch bugs or become maintenance burdens. This skill provides the testing pyramid, framework guidance, and anti-patterns to write tests that prove your code works.
star-story-extraction
Safe 69Extract Interview-Ready STAR Stories
by DanielPodolsky
Developers struggle to recall their accomplishments during interviews. This skill transforms completed work into structured STAR stories that demonstrate problem-solving ability. It guides users through Situation, Task, Action, and Result framework to capture interview-ready narratives.
seo-fundamentals
Safe 69Review and Improve Website SEO
by DanielPodolsky
Developers often miss critical SEO elements or use incorrect HTML semantics. This skill systematically reviews web pages for title tags, meta descriptions, heading hierarchy, and semantic HTML to improve search visibility.
security-gate
Safe 68Run Security Reviews Before Deployment
by DanielPodolsky
Security vulnerabilities often slip through code reviews unnoticed. This gate provides systematic security checks to catch common issues like SQL injection, XSS, and authorization flaws before they reach production.
security-fundamentals
Safe 69Review code security and OWASP compliance
by DanielPodolsky
Security vulnerabilities in code lead to data breaches and system compromise. This skill provides systematic checklists and OWASP Top 10 guidance for thorough security reviews during development.
resume-bullet-extraction
Safe 68Generate Impactful Resume Bullets from Completed Work
by DanielPodolsky
Software engineers struggle to translate technical work into compelling resume content. This skill transforms completed tasks into powerful, quantified resume bullet points using proven formulas.
performance-gate
Safe 69Catch performance anti-patterns in code reviews
by DanielPodolsky
Performance issues are hard to spot during initial development but cause problems at scale. This gate provides clear checklists and Socratic questions to identify N+1 queries, inefficient loops, and rendering problems before they become issues.
performance-fundamentals
Safe 69Optimize Code Performance Automatically
by DanielPodolsky
Performance issues slow down applications and frustrate users. This skill automatically identifies optimization opportunities in your code. It reviews database queries, frontend rendering, API responses, and resource usage to find bottlenecks.
ownership-gate
Safe 68Verify Code Understanding
by DanielPodolsky
Junior developers often copy code they do not understand. This skill uses structured questions to verify ownership. It blocks progress until the developer can explain their code, building real understanding and interview confidence.
fundamentals-gate
Safe 69Enforce Code Quality Standards with AI Review
by DanielPodolsky
This skill helps maintain engineering standards by reviewing code for naming clarity, function focus, and DRY principles. It provides actionable suggestions rather than blocking changes, enabling teams to improve code quality through guided feedback.
frontend-fundamentals
Safe 70Review Frontend Code Automatically
by DanielPodolsky
Frontend code reviews often miss architectural issues and anti-patterns. This skill automatically applies proven frontend standards to catch component design flaws, state management mistakes, and performance issues before they reach production.
error-handling-gate
Safe 69Review Error Handling Quality
by DanielPodolsky
Code reviews often miss error handling issues that cause silent failures and poor user experience. This gate provides a structured checklist to ensure all code handles failures gracefully with helpful user feedback.
error-handling-fundamentals
Safe 70Master Error Handling Best Practices
by DanielPodolsky
Poor error handling leads to silent failures and user frustration. This skill teaches you to write resilient code that gracefully handles failures and provides clear feedback to users.
engineering-fundamentals
Safe 68Review code quality fundamentals
by DanielPodolsky
This skill enforces code quality through comprehensive checklists for naming conventions, function design, DRY principles, and SOLID principles. It helps developers write readable, maintainable code by providing clear guidelines and anti-patterns to avoid.
documentation-fundamentals
Safe 69Write Clear Documentation
by DanielPodolsky
Poor documentation wastes team time and creates confusion. This skill enforces documentation standards for README files, JSDoc comments, and inline code explanations following the WHY not WHAT principle. Get consistent, maintainable documentation that explains context and rationale.
database-fundamentals
Safe 69Review database code with best practices
by DanielPodolsky
Database mistakes cause slow applications and data loss. This skill provides comprehensive review checklists for schema design, queries, ORM patterns, and migrations.
backend-fundamentals
Safe 70Review backend code for API best practices
by DanielPodolsky
Backend code reviews often miss critical security and design issues. This skill automatically checks your Express routes, middleware, and API endpoints against industry best practices.
accessibility-fundamentals
Safe 69Review JSX for Accessibility
by DanielPodolsky
Many developers unintentionally create barriers for users with disabilities. This skill provides a systematic checklist for reviewing JSX components against WCAG guidelines, ensuring your code is inclusive and legally compliant.
current-location-weather
Low Risk 68Get Real-Time Weather for Any Location
by DanielMax937
Need to check weather conditions quickly without opening multiple apps or websites? This skill automatically detects your location and provides current weather data including temperature, humidity, wind speed, and conditions in seconds.