Skip to content

Fix missing license field in SKILL.md frontmatter for doc-coauthoring…#57

Open
4eckd wants to merge 2 commits intomainfrom
claude/skill-validation-assessment-GPLqr
Open

Fix missing license field in SKILL.md frontmatter for doc-coauthoring…#57
4eckd wants to merge 2 commits intomainfrom
claude/skill-validation-assessment-GPLqr

Conversation

@4eckd
Copy link
Copy Markdown

@4eckd 4eckd commented Mar 30, 2026

… and pre-deploy-validator

Both skills were failing validation due to absent license metadata. Also removed non-standard fields (version, author, tags) from pre-deploy-validator frontmatter to align with the Agent Skills Spec pattern used across all other skills.

https://claude.ai/code/session_01QYFhys37R99hmw9nJfnVzH

… and pre-deploy-validator

Both skills were failing validation due to absent license metadata.
Also removed non-standard fields (version, author, tags) from pre-deploy-validator
frontmatter to align with the Agent Skills Spec pattern used across all other skills.

https://claude.ai/code/session_01QYFhys37R99hmw9nJfnVzH
@github-actions
Copy link
Copy Markdown

Skill Contribution Check: All validations passed!

@4eckd 4eckd changed the base branch from main to daily-review-skill March 30, 2026 23:06
@4eckd 4eckd changed the base branch from daily-review-skill to main March 30, 2026 23:11
- Create packages/ directory as the npm workspace root for all
  publishable Node.js packages
- Move root-level pre-deploy-validator/ TypeScript source into
  packages/pre-deploy-validator/ (resolves the duplicate that was
  reintroduced via PR #38)
- Move package.json from skills/{mermaid-terminal,project-status-tool,
  ux-journey-mapper} into packages/ counterparts; add src/ stubs and
  tsconfig.json so each workspace compiles cleanly
- Remove package.json from skills/ versions — those directories are
  now SKILL.md-only Agent Skills definitions as intended
- Add workspace root package.json (private) with unified build/test/lint
  scripts across all 4 packages
- Register all 5 fused-gaming skills in marketplace.json as a new
  fused-gaming-skills plugin group
- Update validate-pre-deploy-validator.yml to target packages/ path

https://claude.ai/code/session_01QYFhys37R99hmw9nJfnVzH
@@ -0,0 +1,142 @@
import { describe, it, expect, beforeEach, vi } from 'vitest';
@@ -0,0 +1,142 @@
import { describe, it, expect, beforeEach, vi } from 'vitest';
import { PreDeployValidator } from '../src/index.js';
import { PreDeployConfig, ValidationResult } from '../src/types.js';
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.

2 participants