Write focused controller tests using HTTP assertions; keep heavy logic in Actions/Services and unit test them
Use interfaces and dependency injection to decouple code; bind implementations in the container
Use the Strategy pattern to select behavior at runtime; bind multiple implementations to a shared interface
Apply per-user and per-route limits with RateLimiter and throttle middleware; use backoffs and headers for clients
Enforce access via Policies and Gates; use authorize() and authorizeResource() to standardize controller protections
Agent Skill: Guide for structuring Netresearch skill repositories. Use when creating skills, standardizing repos, or setting up composer/release workflows. By Netresearch.
Analiza proyectos y explica cómo levantarlos. Usar cuando pregunten
Use when building UIs leveraging the WordPress Design System (WPDS) and its components, tokens, patterns, etc.
Teaches how to interact with the Ray application. This skill should be used when users want to interact with Ray through a coding agent or LLM with skills capabilities.
Publish posts to WordPress. Use for: publish blog post, upload to WordPress, פרסם בבלוג.
Review code for security vulnerabilities using OWASP guidelines, static analysis patterns, and secure coding practices. Use when auditing code, reviewing PRs, or checking for vulnerabilities.
|
安全代码审查的专业技能和方法论
Write AST-based code search and rewrite rules using ast-grep YAML. Create linting rules, code modernizations, and API migrations with auto-fix. Use when the user mentions ast-grep, tree-sitter...
This skill helps draft blog posts in Jon Aquino's distinctive writing style for his blog "Jon Aquino's Mental Garden" (jona.ca).
Find and edit symbols in code using ast-grep (tree-sitter based). Use when finding function definitions, class definitions, symbol usages, renaming symbols, or replacing code in JavaScript,...
|
通过测试与验证为先的方式,按序执行并实现已批准的规范提案。用于实施变更、应用提案、执行规范任务或按已批准计划构建。触发词包括 "speckit-implement", "speckit开发", "开发", "实施" "实现提案", "应用变更", "执行规范", "按顺序完成任务", "构建功能", "开始实施"。
GoUtil - Comprehensive Go utility library with 900+ helper functions
Convert PDF files into a series of images (PNG/JPG) using ImageMagick