Skip to content

Modernize: skillcheck lint, PR/issue templates, CI dedup, setup-vp pin - #71

Merged
altaywtf merged 5 commits into
mainfrom
feat/modernize-skillcheck-templates
Aug 19, 2026
Merged

Modernize: skillcheck lint, PR/issue templates, CI dedup, setup-vp pin#71
altaywtf merged 5 commits into
mainfrom
feat/modernize-skillcheck-templates

Conversation

@altaywtf

Copy link
Copy Markdown
Member

Summary

Fixes #70

  • Exact-pin @uinaf/skillcheck 0.4.0, add skills:lint, chain it into verify; the CI Verify CLI job now covers skill lint with no extra step, no secrets.
  • Move the consumer-only boundary into the skill frontmatter description ("Do not use when developing this repository itself.").
  • Add .github/pull_request_template.md (Summary/Verification/Notes) and YAML issue forms with blank_issues_enabled: false.
  • Bump setup-vp/action.yml to the v1.15.0 SHA already used in backfill-release-assets.yml.
  • Drop the standalone smoke:pack CI step; verify already runs it.
  • AGENTS.md: surface check:dead-code, skills:lint, smoke:pack, build:sea/verify:sea, and the .artifacts/smoke-packed-install.json report path, routing detail to CONTRIBUTING.md.

Verification

  • pnpm exec vp run verify exit 0; chain includes skill lint: 1 package(s) clean (exactly 1 skill found at skills/putio-cli/).
  • actionlint clean; all 6 touched/added YAML files parse.

Notes

  • skillcheck's dependency tree carries native packages (@playwright/browser-chromium, @swc/core, onnxruntime-node, protobufjs, sharp); they are denied in allowBuilds since the lint needs no build scripts — same approach as putdotio/putio-frontend#26. esbuild stays true: pre-existing, direct devDependency for build:sea.
  • @uinaf/skillcheck@0.4.0 added to minimumReleaseAgeExclude (pnpm loose mode; release younger than the configured floor).

altaywtf and others added 5 commits August 19, 2026 22:31
Exact-pin @uinaf/skillcheck 0.4.0, add a skills:lint script, and chain
it into the verify gate so CI's Verify CLI job covers skill lint.
Transitive build scripts stay disabled; the lint needs none of them.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…scription

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The verify script already runs smoke:pack; the standalone CI step ran
it a second time. The setup-vp composite action now uses the same
v1.15.0 SHA as backfill-release-assets.yml.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copilot AI lite review requested due to automatic review settings August 19, 2026 19:33

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR modernizes the repo’s maintenance and verification workflow by adding skill linting to the existing verify pipeline, deduplicating CI steps, and improving contributor ergonomics via templates and agent guidance.

Changes:

  • Add @uinaf/skillcheck (exact-pinned) and a skills:lint script, chaining it into verify.
  • Deduplicate CI by removing the standalone smoke:pack step now that verify runs it.
  • Add PR template + YAML issue forms (and disable blank issues), plus refresh agent docs and pin setup-vp to the intended SHA.

Reviewed changes

Copilot reviewed 10 out of 11 changed files in this pull request and generated no comments.

Show a summary per file
File Description
skills/putio-cli/SKILL.md Moves the “consumer-only” boundary into frontmatter so skill metadata carries the constraint.
pnpm-workspace.yaml Denies build scripts for select transitive deps and excludes the newly pinned skillcheck from minimum-release-age gating.
package.json Adds skills:lint and wires it into verify; introduces exact-pinned @uinaf/skillcheck.
AGENTS.md Surfaces focused commands (dead-code, skills lint, smoke pack, SEA flows) and the smoke report path.
.github/workflows/ci.yml Removes redundant CI step now covered by vp run verify.
.github/pull_request_template.md Adds a lightweight PR template scaffold (Summary/Verification/Notes).
.github/ISSUE_TEMPLATE/feature_request.yml Adds a feature request issue form.
.github/ISSUE_TEMPLATE/bug_report.yml Adds a bug report issue form with structured prompts.
.github/ISSUE_TEMPLATE/config.yml Disables blank issues to route reporters through issue forms.
.github/actions/setup-vp/action.yml Pins voidzero-dev/setup-vp to the desired v1.15.0 SHA for consistency.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@altaywtf
altaywtf merged commit 14c62bc into main Aug 19, 2026
7 checks passed
@altaywtf
altaywtf deleted the feat/modernize-skillcheck-templates branch August 19, 2026 19:36
@putio-releaser

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.6.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Modernize: skillcheck lint, PR/issue templates, CI dedup, setup-vp pin drift

2 participants