Skip to content

feat: add pre-deploy-validator skill with documentation and marketplace registration#39

Merged
4eckd merged 29 commits intodocument-validator-toolfrom
claude/document-validator-tool-mltfP
Mar 26, 2026
Merged

feat: add pre-deploy-validator skill with documentation and marketplace registration#39
4eckd merged 29 commits intodocument-validator-toolfrom
claude/document-validator-tool-mltfP

Conversation

@4eckd
Copy link
Copy Markdown

@4eckd 4eckd commented Mar 26, 2026

Summary

  • Adds pre-deploy-validator skill to the example-skills marketplace plugin
  • Adds at-a-glance markdown comment to SKILL.md covering checks, deliverable, exit codes, and quick-start usage
  • Expands root README.md Skill Sets section into categorized tables (Creative & Design, Development & Technical, Enterprise & Communication, Document Skills, API & SDK)
  • Updates QA_CHECKLIST.md marketplace note to reflect skill is now registered
  • Updates package.json metadata: package name, author, repository, homepage, bugs URL

Files Changed

File Change
skills/pre-deploy-validator/SKILL.md Added at-a-glance comment block with checks, deliverable, exit codes, quick-start
skills/pre-deploy-validator/package.json Updated name, author, repository, homepage, bugs
.claude-plugin/marketplace.json Added ./skills/pre-deploy-validator to example-skills plugin
README.md Expanded Skill Sets into categorized skills tables
QA_CHECKLIST.md Updated marketplace integration status
CONTRIBUTION_NOTES.md Pre-release improvements

Test plan

  • Verify pre-deploy-validator appears correctly in example-skills plugin via /plugin install example-skills@anthropic-agent-skills
  • Confirm SKILL.md comment renders correctly in GitHub and does not appear in rendered markdown
  • Confirm README skill tables render and all links resolve
  • Run node index.js in skills/pre-deploy-validator/ to validate CLI works

claude and others added 25 commits March 26, 2026 08:52
The pre-deploy-validator folder should only exist in the skills directory, not at the root level. This commit removes the duplicate root-level folder while keeping the version in skills/
…older-79CuI

Remove root level pre-deploy-validator folder
* Bump esbuild

Bumps the npm_and_yarn group with 1 update in the /pre-deploy-validator directory: [esbuild](https://github.com/evanw/esbuild).


Removes `esbuild`

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update claude-api skill [auto-sync] (anthropics#730)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: cc-skill-sync[bot] <265628283+cc-skill-sync[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>
* Add at-a-glance markdown comment to pre-deploy-validator SKILL.md

Summarizes what the tool checks, output categories, exit codes,
and quick-start usage so users can understand the skill without
reading the full documentation.

https://claude.ai/code/session_01B2qHQPLcahw3TET2zhWjCM

* fix: move HTML comment after YAML frontmatter in pre-deploy-validator SKILL.md (#24)

Validators require SKILL.md to start with '---' (YAML frontmatter).
The HTML comment was incorrectly placed before the frontmatter block,
causing both repository-health and skill-contribution-check workflows to fail.

https://claude.ai/code/session_01P2PakR1U3CGWb19eDehfbS

Co-authored-by: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>
* Bump esbuild

Bumps the npm_and_yarn group with 1 update in the /pre-deploy-validator directory: [esbuild](https://github.com/evanw/esbuild).


Removes `esbuild`

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update claude-api skill [auto-sync] (anthropics#730)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Remove root level pre-deploy-validator folder (#22)

The pre-deploy-validator folder should only exist in the skills directory, not at the root level. This commit removes the duplicate root-level folder while keeping the version in skills/

Co-authored-by: Claude <noreply@anthropic.com>

* Pre deploy validator (#20)

* Remove root level pre-deploy-validator folder

The pre-deploy-validator folder should only exist in the skills directory, not at the root level. This commit removes the duplicate root-level folder while keeping the version in skills/

* Claude/resolve validator conflicts gc kac (#21)

* Bump esbuild

Bumps the npm_and_yarn group with 1 update in the /pre-deploy-validator directory: [esbuild](https://github.com/evanw/esbuild).


Removes `esbuild`

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update claude-api skill [auto-sync] (anthropics#730)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: cc-skill-sync[bot] <265628283+cc-skill-sync[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: cc-skill-sync[bot] <265628283+cc-skill-sync[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Add at-a-glance markdown comment to pre-deploy-validator SKILL.md

Summarizes what the tool checks, output categories, exit codes,
and quick-start usage so users can understand the skill without
reading the full documentation.

https://claude.ai/code/session_01B2qHQPLcahw3TET2zhWjCM

* fix: move HTML comment after YAML frontmatter in pre-deploy-validator SKILL.md (#24)

Validators require SKILL.md to start with '---' (YAML frontmatter).
The HTML comment was incorrectly placed before the frontmatter block,
causing both repository-health and skill-contribution-check workflows to fail.

https://claude.ai/code/session_01P2PakR1U3CGWb19eDehfbS

Co-authored-by: Claude <noreply@anthropic.com>

* Add pre-deploy-validator to marketplace and update docs

- Add ./skills/pre-deploy-validator to example-skills plugin in marketplace.json
- Update marketplace plugin description to mention pre-deployment validation
- Update root README description to include pre-deployment validation as a capability
- Update QA_CHECKLIST to reflect pre-deploy-validator is now in marketplace

https://claude.ai/code/session_01B2qHQPLcahw3TET2zhWjCM

* Expand README Skill Sets section with categorized skills table

Replaces the single folder link with organized tables by category
(Creative & Design, Development & Technical, Enterprise & Communication,
Document Skills, API & SDK), listing each skill with its description
and a direct link. Gives pre-deploy-validator and all other skills
proper visibility at a glance.

https://claude.ai/code/session_01B2qHQPLcahw3TET2zhWjCM

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: cc-skill-sync[bot] <265628283+cc-skill-sync[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>
* Bump esbuild

Bumps the npm_and_yarn group with 1 update in the /pre-deploy-validator directory: [esbuild](https://github.com/evanw/esbuild).


Removes `esbuild`

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update claude-api skill [auto-sync] (anthropics#730)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Remove root level pre-deploy-validator folder (#22)

The pre-deploy-validator folder should only exist in the skills directory, not at the root level. This commit removes the duplicate root-level folder while keeping the version in skills/

Co-authored-by: Claude <noreply@anthropic.com>

* Pre deploy validator (#20)

* Remove root level pre-deploy-validator folder

The pre-deploy-validator folder should only exist in the skills directory, not at the root level. This commit removes the duplicate root-level folder while keeping the version in skills/

* Claude/resolve validator conflicts gc kac (#21)

* Bump esbuild

Bumps the npm_and_yarn group with 1 update in the /pre-deploy-validator directory: [esbuild](https://github.com/evanw/esbuild).


Removes `esbuild`

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update claude-api skill [auto-sync] (anthropics#730)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: cc-skill-sync[bot] <265628283+cc-skill-sync[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: cc-skill-sync[bot] <265628283+cc-skill-sync[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Add at-a-glance markdown comment to pre-deploy-validator SKILL.md

Summarizes what the tool checks, output categories, exit codes,
and quick-start usage so users can understand the skill without
reading the full documentation.

https://claude.ai/code/session_01B2qHQPLcahw3TET2zhWjCM

* fix: move HTML comment after YAML frontmatter in pre-deploy-validator SKILL.md (#24)

Validators require SKILL.md to start with '---' (YAML frontmatter).
The HTML comment was incorrectly placed before the frontmatter block,
causing both repository-health and skill-contribution-check workflows to fail.

https://claude.ai/code/session_01P2PakR1U3CGWb19eDehfbS

Co-authored-by: Claude <noreply@anthropic.com>

* Add pre-deploy-validator to marketplace and update docs

- Add ./skills/pre-deploy-validator to example-skills plugin in marketplace.json
- Update marketplace plugin description to mention pre-deployment validation
- Update root README description to include pre-deployment validation as a capability
- Update QA_CHECKLIST to reflect pre-deploy-validator is now in marketplace

https://claude.ai/code/session_01B2qHQPLcahw3TET2zhWjCM

* Expand README Skill Sets section with categorized skills table

Replaces the single folder link with organized tables by category
(Creative & Design, Development & Technical, Enterprise & Communication,
Document Skills, API & SDK), listing each skill with its description
and a direct link. Gives pre-deploy-validator and all other skills
proper visibility at a glance.

https://claude.ai/code/session_01B2qHQPLcahw3TET2zhWjCM

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: cc-skill-sync[bot] <265628283+cc-skill-sync[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>
- Add ux-journey-mapper: Multi-format journey mapping with Git versioning
  * SKILL.md with comprehensive documentation
  * package.json configured for @fused-gaming/ux-journey-mapper
  * README with installation, examples, and API reference

- Add mermaid-terminal: CLI-based diagram generation and export
  * SKILL.md with all supported diagram types
  * package.json configured for @fused-gaming/mermaid-terminal
  * README with CLI commands, examples, and integration guides

- Add TOOL_SCAFFOLD.md: Reusable template for creating new tools
  * Directory structure guidelines
  * File templates and required sections
  * Publishing checklist for npm
  * Best practices and naming conventions

Tools are generic, unbranded, and ready for npm publishing.
Attribution to https://github.com/fused-gaming included.

https://claude.ai/code/session_013FjkVWYrRHFkzRP7yWZZUz
- Add project-status-tool: Unified dashboard for project health
  * SKILL.md with version, branch, milestone, metrics, and deployment tracking
  * package.json configured for @fused-gaming/project-status-tool
  * README with CLI commands, configuration, and integration examples

Features:
- Version and release tracking tied to Git tags
- Branch status and CI/CD pipeline monitoring
- Roadmap milestone integration and progress tracking
- Quality metrics dashboard (coverage, code quality, security)
- Multi-format output: JSON, Markdown, HTML, Slack, email
- Real-time GitHub/Jira synchronization
- Interactive web dashboard with live updates
- Deployment status and timeline tracking

Based on existing patterns from:
- skill-creator (quantitative evaluation framework)
- pre-deploy-validator (multi-check validation system)
- ux-journey-mapper (git-backed versioning)
- mermaid-terminal (multi-format export)

Generic, reusable, and ready for npm publishing.
Attribution to https://github.com/fused-gaming included.

https://claude.ai/code/session_013FjkVWYrRHFkzRP7yWZZUz
Comprehensive analysis of:
- Existing tool patterns and implementations
- Integration patterns between tools
- Configuration and CLI standards
- Testing and quality practices
- Best practices extracted from codebase

Documents how the three new tools (UX Journey Mapper, Mermaid Terminal,
Project Status Tool) are based on proven patterns from:
- skill-creator (quantitative evaluation framework)
- pre-deploy-validator (quality gates and validation)
- Document management systems (versioning patterns)
- All visualization tools (multi-format export)

Provides recommendations for future tool development.

https://claude.ai/code/session_013FjkVWYrRHFkzRP7yWZZUz
…journey-mapper (#29)

Fixes workflow validation error: all three skills were missing the required
LICENSE.txt file. Added MIT license to match the declared license in each
skill's package.json.

https://claude.ai/code/session_01HuF3KrHSUDbeU3Fopm7GTB

Co-authored-by: Claude <noreply@anthropic.com>
* Add UX Journey Mapper and Mermaid Terminal tool scaffolds

- Add ux-journey-mapper: Multi-format journey mapping with Git versioning
  * SKILL.md with comprehensive documentation
  * package.json configured for @fused-gaming/ux-journey-mapper
  * README with installation, examples, and API reference

- Add mermaid-terminal: CLI-based diagram generation and export
  * SKILL.md with all supported diagram types
  * package.json configured for @fused-gaming/mermaid-terminal
  * README with CLI commands, examples, and integration guides

- Add TOOL_SCAFFOLD.md: Reusable template for creating new tools
  * Directory structure guidelines
  * File templates and required sections
  * Publishing checklist for npm
  * Best practices and naming conventions

Tools are generic, unbranded, and ready for npm publishing.
Attribution to https://github.com/fused-gaming included.

https://claude.ai/code/session_013FjkVWYrRHFkzRP7yWZZUz

* Add Project Status Tool - unified version and metrics tracking

- Add project-status-tool: Unified dashboard for project health
  * SKILL.md with version, branch, milestone, metrics, and deployment tracking
  * package.json configured for @fused-gaming/project-status-tool
  * README with CLI commands, configuration, and integration examples

Features:
- Version and release tracking tied to Git tags
- Branch status and CI/CD pipeline monitoring
- Roadmap milestone integration and progress tracking
- Quality metrics dashboard (coverage, code quality, security)
- Multi-format output: JSON, Markdown, HTML, Slack, email
- Real-time GitHub/Jira synchronization
- Interactive web dashboard with live updates
- Deployment status and timeline tracking

Based on existing patterns from:
- skill-creator (quantitative evaluation framework)
- pre-deploy-validator (multi-check validation system)
- ux-journey-mapper (git-backed versioning)
- mermaid-terminal (multi-format export)

Generic, reusable, and ready for npm publishing.
Attribution to https://github.com/fused-gaming included.

https://claude.ai/code/session_013FjkVWYrRHFkzRP7yWZZUz

* Add research findings documentation

Comprehensive analysis of:
- Existing tool patterns and implementations
- Integration patterns between tools
- Configuration and CLI standards
- Testing and quality practices
- Best practices extracted from codebase

Documents how the three new tools (UX Journey Mapper, Mermaid Terminal,
Project Status Tool) are based on proven patterns from:
- skill-creator (quantitative evaluation framework)
- pre-deploy-validator (quality gates and validation)
- Document management systems (versioning patterns)
- All visualization tools (multi-format export)

Provides recommendations for future tool development.

https://claude.ai/code/session_013FjkVWYrRHFkzRP7yWZZUz

* Add missing LICENSE.txt to mermaid-terminal, project-status-tool, ux-journey-mapper (#29)

Fixes workflow validation error: all three skills were missing the required
LICENSE.txt file. Added MIT license to match the declared license in each
skill's package.json.

https://claude.ai/code/session_01HuF3KrHSUDbeU3Fopm7GTB

Co-authored-by: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>
- Update workflow paths from 'pre-deploy-validator' to 'skills/pre-deploy-validator'
- Add missing npm scripts: lint, type-check, build
- Create test.js with comprehensive test suite
- Create example configuration files in examples/
- Generate package-lock.json for npm ci compatibility
- Fix cache-dependency-path in GitHub Actions workflow

Co-authored-by: Claude <noreply@anthropic.com>
… directories

Converts plain .md files in skills/ to proper skill directories with SKILL.md (valid YAML frontmatter) and LICENSE.txt (MIT), fixing the skill-contribution-check CI validation failure on PR #30.
These documentation files were placed directly in skills/ causing the
"Check Skill Contribution Quality" CI check to fail. The workflow
treats every entry in skills/ as a skill directory and requires SKILL.md
+ LICENSE.txt — neither doc file is a skill, so validation errors out.

Moving both to spec/ (where project-level documentation belongs)
unblocks the tools-roadmap PR without modifying any workflow logic.

https://claude.ai/code/session_01DwJPGbN7xTeGXDaoNMbN7A
- Add YAML frontmatter + file structure validation rows for mermaid-terminal,
  project-status-tool, and ux-journey-mapper (all PASS)
- Document the root cause and resolution of the Check Skill Contribution
  Quality CI failure (RESEARCH_FINDINGS.md + TOOL_SCAFFOLD.md relocated
  from skills/ to spec/)
- Update total skill count to 9

https://claude.ai/code/session_01DwJPGbN7xTeGXDaoNMbN7A
Documents the required deliverable for the skill:
  - Structured validation report (console/JSON format)
  - Passed/warnings/failures/errors categorization
  - Overall deployment status ("READY FOR DEPLOYMENT ✅" or "DEPLOYMENT BLOCKED ❌")
  - Exit code indicating result

Per PR requirement for skill branch merges to main.

https://claude.ai/code/session_01B2qHQPLcahw3TET2zhWjCM
- Rename skills/RESEARCH_FINDINGS.md/ -> skills/research-findings/ and
  skills/TOOL_SCAFFOLD.md/ -> skills/tool-scaffold/ to prevent rglob('*.md')
  from treating these directories as markdown files (causing IsADirectoryError
  in Validate Documentation and Validate Internal References checks)
- Fix broken internal links in mermaid-terminal, ux-journey-mapper, and
  project-status-tool READMEs: remove missing API_REFERENCE.md/CONTRIBUTING.md
  references and fix LICENSE -> LICENSE.txt
- Fix broken ./README.md reference in tool-scaffold/CONTENT.md

https://claude.ai/code/session_01LS2e4MuzoZGqXq7Yu9Vwk4
Fix: relocate RESEARCH_FINDINGS.md and TOOL_SCAFFOLD.md to spec/
Add UX Journey Mapper and Mermaid Terminal MCP Tools (#28)
Merge branch 'anthropics:main' into monorepo-build-router-skill
@github-actions
Copy link
Copy Markdown

Skill Contribution Check: All validations passed!

Copy link
Copy Markdown
Author

4eckd commented Mar 26, 2026

Pre-Merge Review — Required Updates

Before this PR can be merged, the following items must be completed. Each is tracked and will be committed to this branch.


❌ Blocking — Missing Files

Item Status Notes
skills/pre-deploy-validator/CHANGELOG.md ❌ Missing Must document v1.0.0 initial release
skills/pre-deploy-validator/RELEASE_NOTES.md ❌ Missing Required for npm publication path
skills/pre-deploy-validator/test.js ❌ Missing package.json references node test.js — test script will fail

⚠️ Required Before Merge

Item Status Notes
Version confirmed ⚠️ Verify package.json is 1.0.0 — confirm this is the intended initial release version
ROADMAP / future work ⚠️ Missing No ROADMAP.md or roadmap section exists for this skill
SKILL.md comment merge checklist ⚠️ Incomplete Comment must enumerate all required pre-merge steps so future contributors know what's expected

✅ Already Done

  • SKILL.md at-a-glance comment with checks, deliverable, exit codes, quick-start
  • marketplace.json — skill registered in example-skills plugin
  • README.md — skill listed in categorized table under Development & Technical
  • QA_CHECKLIST.md — marketplace status updated
  • package.json — name, author, repository, homepage updated

Test Failure

npm test (node test.js) will currently fail because test.js does not exist in skills/pre-deploy-validator/. This must be resolved before merge — either by creating a minimal test file or updating the test script in package.json to reflect the actual test approach.


This comment will be updated as items are resolved. Do not merge until all blocking items are cleared.


Generated by Claude Code

…y-validator

Resolves all blocking items identified in PR #39 review comment:

- CHANGELOG.md: documents v1.0.0 initial release with full feature list
- RELEASE_NOTES.md: covers what's included, installation, known limitations,
  and v1.1.0 roadmap (monorepo, JSON output, branch-aware skipping, coverage)
- test.js: 23 unit tests covering constructor defaults/overrides, results state,
  getFilesToCheck, checkDocumentation, checkSecurity, and generateReport
  (success, failure, and error paths) — all passing
- SKILL.md comment: expanded with success metrics and a full PR/merge checklist
  (documentation, versioning, tests, roadmap, marketplace & integration, final gate)

https://claude.ai/code/session_01B2qHQPLcahw3TET2zhWjCM
Copy link
Copy Markdown
Author

4eckd commented Mar 26, 2026

Pre-Merge Review — Update (all blocking items resolved ✅)

All items from the previous review comment have been addressed in commit 0bc60f2.


Previously Blocking — Now Resolved

Item Status Notes
CHANGELOG.md ✅ Created Documents v1.0.0 initial release with full feature list
RELEASE_NOTES.md ✅ Created Covers what's included, installation, known limitations, v1.1.0 roadmap
test.js ✅ Created 23 unit tests — all passing (npm test exits 0)

Other Items

Item Status Notes
Version ✅ Confirmed 1.0.0 is correct for initial release
Roadmap ✅ Documented RELEASE_NOTES.md "What's next" section covers v1.1.0 planned items
SKILL.md merge checklist ✅ Updated Comment now includes success metrics and a full PR/merge checklist for future contributors

Test Results

Results: 23 passed, 0 failed

Checks covered: constructor defaults, constructor overrides, initial results state, getFilesToCheck, checkDocumentation (missing docs path), checkSecurity (clean file path), generateReport (success / failure / error paths).

Remaining Note

GitHub Dependabot flagged 1 high severity vulnerability on the default branch (unrelated to this PR). Worth reviewing separately before or after merge.


Status: ready to merge — all ❌ items cleared.


Generated by Claude Code

Bumps the npm_and_yarn group with 1 update in the /skills/project-status-tool directory: [octokit](https://github.com/octokit/octokit.js).


Updates `octokit` from 2.1.0 to 5.0.5
- [Release notes](https://github.com/octokit/octokit.js/releases)
- [Commits](octokit/octokit.js@v2.1.0...v5.0.5)

---
updated-dependencies:
- dependency-name: octokit
  dependency-version: 5.0.5
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
4eckd added 2 commits March 26, 2026 11:20
…/project-status-tool/npm_and_yarn-35caa6f626

chore(deps): bump octokit from 2.1.0 to 5.0.5 in /skills/project-status-tool in the npm_and_yarn group across 1 directory
@github-actions
Copy link
Copy Markdown

Skill Contribution Check: All validations passed!

@4eckd 4eckd changed the base branch from main to document-validator-tool March 26, 2026 21:13
@4eckd 4eckd merged commit e4b9140 into document-validator-tool Mar 26, 2026
13 checks passed
@4eckd 4eckd deleted the claude/document-validator-tool-mltfP branch March 26, 2026 21:23
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