coding-conventions

Apply security, performance, and accessibility checklists during code reviews.

Updated Dec 28, 2025
One-click install
npx skills add https://github.com/I2olanD/dotfiles --skill coding-conventions-i2oland
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-conventions
Source: https://github.com/I2olanD/dotfiles/tree/main/.config/opencode/skill/coding-conventions
Command: npx skills add https://github.com/I2olanD/dotfiles --skill coding-conventions-i2oland

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Apply cross-cutting security, performance, and accessibility standards across code reviews, feature design, and implementation quality to ensure consistent quality across projects.

Core Features & Use Cases

  • Security-focused checks aligned with OWASP Top 10 to prevent common vulnerabilities.
  • Performance guidance to optimize critical paths, avoid regressions, and support scalable architecture.
  • Accessibility guidelines to ensure inclusive UI design and usable interfaces across products.
  • Use Case: During a PR review, verify that new code meets security, performance, and accessibility criteria before merge.

Quick Start

Use the coding-conventions skill to validate a new feature against security, performance, and accessibility checklists in your pull request.

Frequently Asked Questions about coding-conventions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce security, performance, and accessibility standards during a code review?

To enforce security, performance, and accessibility standards during a code review, apply cross-cutting checklists to verify new code meets criteria before merging. This validates features against functional requirements to ensure consistent project quality.

What is the best way to check OWASP Top 10 security vulnerabilities in a pull request?

The best way to check OWASP Top 10 security vulnerabilities in a pull request is to apply security-focused checks during feature design and code reviews. This prevents common vulnerabilities by embedding checklists into developer workflows.

How do I ensure my UI design meets accessibility guidelines before merge?

To ensure your UI design meets accessibility guidelines before merge, apply accessibility checklists during pull request reviews. This verifies inclusive interface design and standardizes documentation across software products.

Can I use coding conventions for performance optimization in system audits?

Yes, you can use coding conventions for performance optimization in system audits. It provides performance guidance to optimize critical paths, avoid regressions, and support scalable architecture across software projects.

Does this approach integrate performance and security checklists into developer workflows?

Yes, this approach integrates performance and security checklists into developer workflows. It embeds cross-cutting standards into code reviews, feature design discussions, and system audits to standardize documentation and reviews.

When do I need to apply cross-cutting coding standards across software projects?

You need to apply cross-cutting coding standards across software projects during code reviews, feature design discussions, and system audits. This ensures consistent quality across security, performance, and accessibility implementation.