Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.08 KB

File metadata and controls

26 lines (19 loc) · 1.08 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2025-12-29

Added

  • Initial release of code-quality plugin
  • Skills: code-reviewing, markdown-linting, python
  • Agents: code-reviewer, codebase-analyst, debugger, quality-reviewer, security-reviewer
  • Commands: lint-md, review
  • Hooks: PostToolUse markdown linting on Write/Edit operations
  • Templates for review reports and quality checklists

Features

  • Comprehensive code review with SOLID principles, OWASP security, and clean code analysis
  • Markdown linting with markdownlint integration and auto-fix capabilities
  • Python development best practices and linting configuration
  • Multi-agent consensus review (code-reviewer, quality-reviewer, security-reviewer)
  • Codebase analysis for architecture understanding and pattern detection
  • Debugging agent for error investigation and root cause analysis