Skip to content

Package repeated AI-skill authoring with a scaffold workflow and repo-derived skills#19

Draft
Copilot wants to merge 3 commits into
masterfrom
copilot/identify-and-create-ai-skills
Draft

Package repeated AI-skill authoring with a scaffold workflow and repo-derived skills#19
Copilot wants to merge 3 commits into
masterfrom
copilot/identify-and-create-ai-skills

Conversation

Copy link
Copy Markdown

Copilot AI commented May 24, 2026

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

    • Added AI_WORKFLOW_SHORTLIST.md with a compact, evidence-based shortlist:
      • repeated workflow
      • repo evidence
      • frequency/confidence
      • recommended form
      • create/skip rationale
    • Explicitly limits creation to high-confidence items and documents deliberate skips.
    • Updated the shortlist to record the additional repository-derived skills created from repeated chapter patterns.
  • New automation: cross-harness AI skill scaffold script

    • Added New-AISkillScaffold.ps1 to generate a synchronized starter skill across:
      • .github/skills/<skill>/SKILL.md
      • .agents/skills/<skill>/SKILL.md
      • .claude/commands/<skill>.md
    • Enforces stable inputs (SkillName pattern + required Description) and deterministic outputs (fixed target paths/template structure).
    • Supports safe overwrite via -Force.
  • Added repository-derived AI skills in all supported harness layouts

    • Added focused, repo-aware skills under .github/skills, .agents/skills, and .claude/commands for:
      • tiny-ps-chapter-test-loop
      • tiny-ps-deterministic-random
      • tiny-ps-regex-text-transform
      • tiny-ps-input-normalization
    • These encode repeated workflows evidenced across the chapter structure, tests, and READMEs rather than speculative new processes.
  • Why this is narrow and repo-aware

    • Extends the repo’s existing PowerShell-first workflow style.
    • Avoids speculative CI/release automation where evidence was low.
    • Packages only repeated workflows that appear across multiple chapters or recent repository activity.
pwsh -NoProfile -File ./New-AISkillScaffold.ps1 `
  -SkillName tiny-ps-example `
  -Description "Use when implementing a repeatable Tiny PowerShell Projects workflow."

Copilot AI linked an issue May 24, 2026 that may be closed by this pull request
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
Copilot finished work on behalf of dfinke May 24, 2026 19:08
Copilot AI requested a review from dfinke May 24, 2026 19:08
@dfinke
Copy link
Copy Markdown
Owner

dfinke commented May 24, 2026

this is great. also. add a set of skills that you deem worthy

@copilot

Copy link
Copy Markdown
Author

Copilot AI commented May 24, 2026

this is great. also. add a set of skills that you deem worthy

@copilot

Added four repository-derived skills in all three harness layouts: chapter test loop, deterministic random, regex text transform, and input normalization. Addressed in ae16f4b.

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
Copilot finished work on behalf of dfinke May 24, 2026 19:18
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.

Identify and createt AI skills

2 participants