← Volver al catálogo General principles for exploring, developing, editing, and refactoring code. Use for codebase analysis, implementation tasks, and code quality improvements.
Ver en GitHub ↗ Copiar URL del repo Copiar enlace del SKILL.md Cómo agregar Copiar comando /plugin marketplace add aiskillstore/marketplace El comando exacto puede variar según el repositorio. Consulta el README en GitHub.
Para el autor de la skill
Muestra que tu skill está catalogada en Skillteca, genera backlink y tráfico rastreable.
Markdown HTML
[](https://www.skillteca.com.br/skills/develop-aiskillstore?utm_source=badge&utm_medium=readme&utm_campaign=badge) Copiar snippet Habilidad de investigación de seguridad en Modo Equipo que orquesta a 3 cazadores de vulnerabilidades y 2 ingenieros de PoC para auditar un código, probar la explotabilidad, clasificar causas raíz y calibrar la severidad. Se utiliza para revisión de seguridad, investigación de vulnerabilidades, auditoría de explotabilidad y validación de modelo de amenazas.
Segurança por code-yeongyu
Comprehensive security auditing workflow covering web application testing, API security, penetration testing, vulnerability scanning, and security hardening.
Segurança #github #git por sickn33
security-compliance-compliance-check You are a compliance expert specializing in regulatory requirements for software systems including GDPR, HIPAA, SOC2, PCI-DSS, and other industry standards. Perform comprehensive compliance audits and provide implementation guidance for achieving and maintaining compliance.
Segurança #github #git por sickn33
Expert security auditor specializing in DevSecOps, comprehensive cybersecurity, and compliance frameworks.
Segurança #github #git por sickn33
Alerta por categoría
Un email corto con solo las skills nuevas de Segurança. 4 minutos de lectura, sin spam, te das de baja con un clic.
Confirmas tu email en el primer envío. Sin spam. Te das de baja con un clic.
Develop Skill
Core Principles
Clean Code : Follow readable, maintainable patterns.
Fail Early : Never catch unexpected exceptions silently; let them bubble up.
Simplicity : Prefer the simplest working solution.
Planning
For non-trivial changes:
Present a plan with at least 3 clarifying questions (and proposed answers).
Wait for explicit approval before implementation.
For complex strategy, use the plan skill.
Implementation & Git
Git Safety
Permission First : Always ask before initializing repos or switching branches.
Atomic Commits : Group related changes logically.
Code Quality
Focus on WHY : Document intent, not mechanics.
Edge Cases : Consider and test error scenarios.
Existing Style : Match existing patterns and formatting.
Language-Specific References
When working with specific languages, consult the following references:
Python : Refer to references/python.md.
File Operations
Prefer edit_file : Use for targeted changes; avoid rewriting full files.
Verification : Always verify changes after editing.
Tools : Use fd and rg for exploration; standard shell tools for navigation.
Leer descripción completa↓
Comentarios · Sin comentarios Aún no hay comentarios. Sé el primero.