Package repeated AI-skill authoring with a scaffold workflow and repo-derived skills#19
Draft
Copilot wants to merge 3 commits into
Draft
Package repeated AI-skill authoring with a scaffold workflow and repo-derived skills#19Copilot wants to merge 3 commits into
Copilot wants to merge 3 commits into
Conversation
Agent-Logs-Url: https://github.com/dfinke/Tiny-PowerShell-Projects/sessions/c7c81334-0374-46e6-9c1d-d331f6b520f2 Co-authored-by: dfinke <67258+dfinke@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Identify and create AI skills from repeated workflows
Package repeated AI-skill authoring into a single scaffold workflow
May 24, 2026
Owner
|
this is great. also. add a set of skills that you deem worthy |
Agent-Logs-Url: https://github.com/dfinke/Tiny-PowerShell-Projects/sessions/e6178626-8bf5-4b73-91c7-7fafb4900657 Co-authored-by: dfinke <67258+dfinke@users.noreply.github.com>
Author
Copilot
AI
changed the title
Package repeated AI-skill authoring into a single scaffold workflow
Package repeated AI-skill authoring with a scaffold workflow and repo-derived skills
May 24, 2026
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.
This issue asked for repository-based identification of repeated manual workflows, then creation of only high-confidence missing automation. The main recurring gap was cross-harness AI skill creation being repeated across recent issues/PRs without a shared, repo-native scaffold.
Workflow shortlist and packaging decisions
AI_WORKFLOW_SHORTLIST.mdwith a compact, evidence-based shortlist:New automation: cross-harness AI skill scaffold script
New-AISkillScaffold.ps1to generate a synchronized starter skill across:.github/skills/<skill>/SKILL.md.agents/skills/<skill>/SKILL.md.claude/commands/<skill>.mdSkillNamepattern + requiredDescription) and deterministic outputs (fixed target paths/template structure).-Force.Added repository-derived AI skills in all supported harness layouts
.github/skills,.agents/skills, and.claude/commandsfor:tiny-ps-chapter-test-looptiny-ps-deterministic-randomtiny-ps-regex-text-transformtiny-ps-input-normalizationWhy this is narrow and repo-aware