Skip to content

Fix links in SKILL.md for project template instructions#1470

Open
wuwen5 wants to merge 1 commit intogithub:stagedfrom
wuwen5:patch-1
Open

Fix links in SKILL.md for project template instructions#1470
wuwen5 wants to merge 1 commit intogithub:stagedfrom
wuwen5:patch-1

Conversation

@wuwen5
Copy link
Copy Markdown

@wuwen5 wuwen5 commented Apr 22, 2026

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have read and followed the Guidance for submissions involving paid services.
  • My contribution adds a new instruction, prompt, agent, skill, or workflow file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, skill, or workflow with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.
  • I am targeting the staged branch for this pull request.

Description


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • New agentic workflow.
  • Update to existing instruction, prompt, agent, plugin, skill, or workflow.
  • Other (please specify):

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

Copilot AI review requested due to automatic review settings April 22, 2026 07:02
@wuwen5 wuwen5 requested a review from aaronpowell as a code owner April 22, 2026 07:02
@github-actions
Copy link
Copy Markdown
Contributor

🔍 Skill Validator Results

⚠️ Warnings or advisories found

Scope Checked
Skills 2
Agents 1
Total 3
Severity Count
--- ---:
❌ Errors 0
⚠️ Warnings 2
ℹ️ Advisories 0

Summary

Level Finding
ℹ️ Found 2 skill(s)
ℹ️ [create-spring-boot-java-project] 📊 create-spring-boot-java-project: 1,092 BPE tokens [chars/4: 1,138] (detailed ✓), 17 sections, 11 code blocks
ℹ️ [create-spring-boot-java-project] ⚠ No numbered workflow steps — agents follow sequenced procedures more reliably.
ℹ️ [create-spring-boot-kotlin-project] 📊 create-spring-boot-kotlin-project: 1,013 BPE tokens [chars/4: 1,045] (detailed ✓), 11 sections, 11 code blocks
ℹ️ [create-spring-boot-kotlin-project] ⚠ No numbered workflow steps — agents follow sequenced procedures more reliably.
ℹ️ ✅ All checks passed (2 skill(s))
Full validator output ```text Found 2 skill(s) [create-spring-boot-java-project] 📊 create-spring-boot-java-project: 1,092 BPE tokens [chars/4: 1,138] (detailed ✓), 17 sections, 11 code blocks [create-spring-boot-java-project] ⚠ No numbered workflow steps — agents follow sequenced procedures more reliably. [create-spring-boot-kotlin-project] 📊 create-spring-boot-kotlin-project: 1,013 BPE tokens [chars/4: 1,045] (detailed ✓), 11 sections, 11 code blocks [create-spring-boot-kotlin-project] ⚠ No numbered workflow steps — agents follow sequenced procedures more reliably. ✅ All checks passed (2 skill(s)) ```

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Fixes broken references in Spring Boot Java/Kotlin skill docs by pointing the “download-spring-boot-project-template” links to the correct in-page section anchors.

Changes:

  • Update Kotlin skill links to use local #download-spring-boot-project-template anchor.
  • Update Java skill links to use local #download-spring-boot-project-template anchor.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
skills/create-spring-boot-kotlin-project/SKILL.md Repoints links from a non-existent .prompt.md file to the in-document “Download Spring Boot project template” section.
skills/create-spring-boot-java-project/SKILL.md Same link fix as Kotlin skill, using an in-document anchor.

- Docker Compose

- If you need to custom the project name, please change the `artifactId` and the `packageName` in [download-spring-boot-project-template](./create-spring-boot-kotlin-project.prompt.md#download-spring-boot-project-template)
- If you need to custom the project name, please change the `artifactId` and the `packageName` in [download-spring-boot-project-template](#download-spring-boot-project-template)
- Docker Compose

- If you need to custom the project name, please change the `artifactId` and the `packageName` in [download-spring-boot-project-template](./create-spring-boot-java-project.prompt.md#download-spring-boot-project-template)
- If you need to custom the project name, please change the `artifactId` and the `packageName` in [download-spring-boot-project-template](#download-spring-boot-project-template)
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