feat(skills, #1): add js-project-structure skill assets#9
Closed
mrbalov wants to merge 6 commits into
Closed
Conversation
- 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 templatecommitlint.config.js— Commit message validation rulesvalidate-branch-name.config.js— Branch naming validationevals/evals.json— Skill evaluation specificationsreferences/TORQ_PROJECT_STANDARDS.md— Project standards documentationscripts/init-project.sh— Project initialization automationscripts/validate-setup.sh— Setup validation scriptTest plan
./scripts/init-project.shto verify initialization./scripts/validate-setup.shto verify validationCloses #1