Global Best Practices

Enforce coding standards and best practices during code reviews.

1|Updated Jun 25, 2025
One-click install
npx skills add https://github.com/ianyimi/obsidian-mcp-macros --skill global-best-practices
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Global Best Practices
Source: https://github.com/ianyimi/obsidian-mcp-macros/tree/main/.claude/skills/global-best-practices
Command: npx skills add https://github.com/ianyimi/obsidian-mcp-macros --skill global-best-practices

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the problem of inconsistent application of industry best practices, which can lead to suboptimal code, security vulnerabilities, and significant maintainability challenges.

Core Features & Use Cases

  • Comprehensive Quality Assurance: Guides Claude to apply a broad range of software development best practices, covering security, performance, maintainability, and scalability.
  • High-Quality Code: Acts as a comprehensive quality assurance layer, ensuring code meets high standards.
  • Use Case: When performing a code review, activate this skill to have Claude identify areas where global best practices are not being followed and suggest improvements, ensuring high-quality, secure, and performant code.

Quick Start

Using the 'Global Best Practices' skill, review the 'checkout_process' function in 'src/services/order_service.py' for security vulnerabilities and performance bottlenecks.

Frequently Asked Questions about Global Best Practices

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

FAQPage Schema
How do I enforce coding standards and best practices across my codebase?

Enforce coding standards by applying consistent linting, formatting, and naming conventions across your project. This Skill guides Claude to identify deviations from industry best practices—including security, performance, and maintainability standards—and suggest improvements to ensure code meets high quality benchmarks.

What should I check for during a code review to catch security and performance issues?

During code review, check for security vulnerabilities, performance bottlenecks, and maintainability concerns. This Skill helps Claude systematically apply global best practices across functions and modules, flagging areas where code doesn't meet security, scalability, or architectural standards.

Can I use this for automated code governance and CI/CD integration?

Yes. This Skill integrates with CI/CD workflows and code editors to automatically flag best-practice deviations. It supports style conformance checks, consistent architecture guidance, and governance audits by applying linting, formatting, and documentation standards at commit and review stages.

How do I refactor code to meet industry best practices?

Refactor by identifying where code deviates from security, performance, scalability, and maintainability standards. This Skill helps Claude apply industry best practices systematically, suggesting improvements to naming conventions, documentation, architecture alignment, and code structure across related files.

What's the difference between code quality standards and best practices enforcement?

Code quality focuses on specific metrics; best practices enforcement is broader, covering security, performance, scalability, maintainability, and architectural consistency. This Skill enforces global best practices as a comprehensive quality assurance layer, ensuring code meets standards across all these dimensions.

When should I activate best practices checks in my development workflow?

Activate best practices checks during code review, refactoring, governance audits, and CI/CD integration. This ensures consistent adherence to coding standards, security guidelines, and architectural principles throughout development, catching issues early before they impact production systems.