Skip to content

1 Skills improvements#10

Merged
mrbalov merged 6 commits into
mainfrom
feat/1-skills-improvements
Jun 10, 2026
Merged

1 Skills improvements#10
mrbalov merged 6 commits into
mainfrom
feat/1-skills-improvements

Conversation

@mrbalov

@mrbalov mrbalov commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Semantic Release Impact

📦 Type: feat | 🔼 Version: MINOR | 🎫 Ticket: #1

Scope: skills
Breaking Changes: no
Commits: 5 analyzed


Summary of Changes

Features

  • Add js-project-structure skill assets with environment configuration
  • Add commit linting and branch validation configuration
  • Add project standards reference documentation
  • Improve skills documentation and structure

Fixes

  • Add validate-branch-name config to package.json

Maintenance

  • Remove deprecated husky shebang and sourcing lines

📚 Learn More: See the semantic-release skill for commit formatting rules and automated release workflow details.

mrbalov and others added 6 commits June 9, 2026 15:05
- Install @commitlint/cli and @commitlint/config-conventional
- Add commitlint.config.js with scope validation
- Add .husky/commit-msg hook for commit message linting

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
- Configure branch name pattern in package.json for validate-branch-name
- Pattern: feat|fix|chore|docs|test|refactor|perf/<ticket_id>-<description>
- Allows semantic-release aligned branch naming

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
- Update .husky/commit-msg and .husky/pre-push hooks
- Remove deprecated #!/bin/sh and . "$(dirname ...)/_/husky.sh" lines
- Hooks will work with husky v10.0.0+

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Improves AGENTS.md clarity and links to official documentation.

Addresses #1
Resolves conflicts in AGENTS.md by keeping current branch changes
(improved markdown links and better documentation).
Adds comprehensive skill setup including environment configuration,
commit linting, branch name validation, evaluation specs, project
standards reference, and initialization/validation scripts.

Addresses #1
@mrbalov mrbalov marked this pull request as ready for review June 10, 2026 18:40
@mrbalov mrbalov merged commit 364cf1d into main Jun 10, 2026
2 checks passed
@mrbalov mrbalov deleted the feat/1-skills-improvements branch June 10, 2026 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant