gabb-code-navigation
代码导航AI智能体技能是一种用于提高开发效率的技术
浏览和安装 Killer-Skills 目录中的数千个 AI Agent 技能。支持 Claude Code、Windsurf、Cursor 等。
代码导航AI智能体技能是一种用于提高开发效率的技术
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.
This AI agent skill streamlines C++ testing with GoogleTest and CMake, helping developers write and maintain robust tests. It automates test workflows for efficient code validation.
Interface design with craft and consistency. For dashboards, apps, tools — not marketing sites. Uses Subcog for persistent design memory.
xUnit是AI智能体测试框架,用于实现自动化测试和验证
QA自动化架构师是一种专注于测试自动化的角色
MCP服务器模式允许AI助手调用工具、读取资源和使用提示,使用Node/TypeScript SDK构建和管理MCP服务器
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.