Skip to content

Add repo-specific AI workflow shortlist and high-confidence Copilot skills#21

Draft
Copilot wants to merge 2 commits into
masterfrom
copilot/review-create-ai-skills
Draft

Add repo-specific AI workflow shortlist and high-confidence Copilot skills#21
Copilot wants to merge 2 commits into
masterfrom
copilot/review-create-ai-skills

Conversation

Copy link
Copy Markdown

Copilot AI commented May 24, 2026

This PR reviews the repository for repeated manual workflows worth packaging and adds only the high-confidence missing assets. It documents what is worth standardizing, what should be skipped, and introduces narrow Copilot skills for the recurring chapter workflows most likely to benefit from consistency.

  • Workflow shortlist

    • Adds AI_WORKFLOW_SHORTLIST.md with a compact, evidence-based inventory of repeated workflows.
    • Captures:
      • repeated workflow
      • supporting repo evidence
      • frequency/confidence
      • recommended packaging form
      • create/skip rationale
  • New repo-specific Copilot skills

    • Adds focused skills under .github/skills for the recurring patterns found across chapter scripts, tests, and README guidance:
      • tiny-ps-chapter-test-loop
      • tiny-ps-deterministic-random
      • tiny-ps-input-normalization
      • tiny-ps-regex-text-transform
  • Packaging decisions made explicit

    • Packages only workflows with strong repetition and stable inputs/outputs.
    • Deliberately leaves out lower-confidence or overlapping candidates such as release automation and cross-harness skill scaffolding.
  • Resulting skill layout

.github/skills/
├── tiny-ps-chapter-test-loop/SKILL.md
├── tiny-ps-deterministic-random/SKILL.md
├── tiny-ps-input-normalization/SKILL.md
└── tiny-ps-regex-text-transform/SKILL.md

Copilot AI linked an issue May 24, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Review and create AI skills from repository workflows Add repo-specific AI workflow shortlist and high-confidence Copilot skills May 24, 2026
Copilot finished work on behalf of dfinke May 24, 2026 19:24
Copilot AI requested a review from dfinke May 24, 2026 19:24
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.

Review and create AI skills

2 participants