Skip to content

feat(skills, #1): add js-project-structure skill assets#9

Closed
mrbalov wants to merge 6 commits into
mainfrom
feat/1-skills-improvements
Closed

feat(skills, #1): add js-project-structure skill assets#9
mrbalov wants to merge 6 commits into
mainfrom
feat/1-skills-improvements

Conversation

@mrbalov

@mrbalov mrbalov commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds comprehensive js-project-structure skill setup including environment configuration, commit linting, branch validation, evaluation specs, project standards reference, and initialization/validation scripts.

Changes

  • .env.example — Environment variables template
  • commitlint.config.js — Commit message validation rules
  • validate-branch-name.config.js — Branch naming validation
  • evals/evals.json — Skill evaluation specifications
  • references/TORQ_PROJECT_STANDARDS.md — Project standards documentation
  • scripts/init-project.sh — Project initialization automation
  • scripts/validate-setup.sh — Setup validation script

Test plan

  • Run ./scripts/init-project.sh to verify initialization
  • Run ./scripts/validate-setup.sh to verify validation
  • Confirm commitlint rules enforce conventional commits
  • Verify branch name validation works correctly

Closes #1

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 closed this Jun 10, 2026
@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.

Skills improvements

1 participant