gabb-code-navigation
Навык ИИ Агента для навигации по коду является техникой для улучшения эффективности разработки
Просматривайте и устанавливайте тысячи навыков AI Agent в каталоге Killer-Skills. Совместимо с Claude Code, Windsurf, Cursor и другими.
Навык ИИ Агента для навигации по коду является техникой для улучшения эффективности разработки
Guide to implement rigorous validation layers including static analysis, automated testing, structured logging, and security scanning.
Implement comprehensive input validation on server-side with complementary client-side validation for user experience, using allowlists, type checking, and sanitization to prevent injection attacks. Use this skill when validating user inputs, form data, API requests, file uploads, query parameters, or any external data entering the application. Apply this skill when implementing server-side validation as the primary security layer, adding client-side validation for immediate user feedback, validating data types and formats, checking ranges and required fields, sanitizing inputs to prevent SQL injection and XSS attacks, using allowlists over blocklists, providing field-specific error messages, or enforcing business rules at appropriate application layers. This skill ensures validation happens at all entry points consistently, security is never dependent on client-side checks alone, users receive helpful immediate feedback, and data integrity is maintained through multiple layers of validation.
Equine care management platform for stables - track horses, vaccinations, worm tests, treatments, and automated notifications
Validates Rust binary starts without runtime errors for long-running applications like daemons, tray apps, and servers. Checks compilation, runs unit tests, and validates startup behavior with timeout to prevent hanging on long-running processes.
Тестирование C++ - это навык ИИ агента, который помогает писать и поддерживать модульные и интеграционные тесты для приложений C++.
Interface design with craft and consistency. For dashboards, apps, tools — not marketing sites. Uses Subcog for persistent design memory.
xUnit - фреймворк для тестирования ИИ Агентов
ИИ Агент QA - это специалист по созданию автоматизированных тестов для обеспечения качества кода
Build MCP servers with Node/TypeScript SDK — tools, resources, prompts, Zod validation, stdio vs Streamable HTTP. Use Context7 or official MCP docs for latest API.
Use when choosing local validation scope in TiDB work, especially to separate fast coding-loop checks from completion checks and avoid unnecessary slow commands.
Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services.