Skip to content

Releases: ankitgoyalio/code-skills

Release list

v0.2.0

Choose a tag to compare

@ankitgoyalio ankitgoyalio released this 22 Jun 09:35
4bbe5c6

Highlights

  • Add the maintainability-code-review skill for KISS, DRY, and Boolean design checks.
  • Cover Boolean naming, positive polarity, overloaded state, and opaque Boolean parameters.
  • Tighten skill activation metadata and document repository-wide skill authoring standards.

Breaking changes

  • Remove the coderabbit-code-review skill from the collection.

Included skills

  • conventional-commit-message
  • maintainability-code-review
  • pull-request-message

v0.1.0

Choose a tag to compare

@ankitgoyalio ankitgoyalio released this 13 May 10:17
87f71cc

Summary

Initial release of code-skills, a collection of Agent Skills for software engineering workflows.

Included Skills

  • conventional-commit-message: stages changes, derives Conventional Commit messages, validates headers, and creates commits.
  • pull-request-message: drafts and improves PR/MR descriptions from diffs, branches, commits, issues, or existing drafts.
  • coderabbit-code-review: runs CodeRabbit-powered reviews, captures full reports, and summarizes findings in review form.

Repository

  • Adds README catalog, installation guidance, usage examples, and skill structure documentation.
  • Includes MIT license.
  • Adds repository topics for agent skills, coding agents, pull requests, conventional commits, and code review.