Skip to content

Sync Carried Fleet Skills - #69

Merged
ptr727 merged 3 commits into
developfrom
fix/sync-worktree-hook-skill
Aug 18, 2026
Merged

Sync Carried Fleet Skills#69
ptr727 merged 3 commits into
developfrom
fix/sync-worktree-hook-skill

Conversation

@ptr727

@ptr727 ptr727 commented Aug 18, 2026

Copy link
Copy Markdown
Owner

Summary

  • carry the released fleet skill tree from ProjectTemplate b74811b
  • add fresh-worktree setup for Husky.Net and Python pre-commit hooks
  • include the current Python verification and PR-review instructions from the same owned tree

Why

A fresh PhotoCleaner worktree contains .husky/pre-commit but not the generated .husky/_/husky.sh runtime. The carried worktree skill now restores and installs Husky.Net before the first commit.

This propagates ptr727/ProjectTemplate#815 and completes #61.

Verification

  • dotnet tool restore
  • dotnet husky install
  • dotnet csharpier format --log-level=debug .
  • dotnet build
  • dotnet format style --verify-no-changes --severity=info --verbosity=detailed
  • dotnet test (368 passed, 5 skipped)
  • dotnet husky run
  • Markdown, spelling, Actions, editorconfig, and prose gates
  • manifest carry check against hub b74811b
  • feature-branch audit confirms the skill-tree drift is cleared

Copilot AI lite review requested due to automatic review settings August 18, 2026 19:56

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

Syncs the carried fleet Skill tree from the ProjectTemplate hub into PhotoCleaner, updating task/worktree setup guidance, Python tooling guidance, and PR review-loop guidance so contributor workflows (hooks, verification, review gating) stay consistent across the fleet.

Changes:

  • Extend repo-worktree Skill guidance to include immediate Git hook preparation for new worktrees (Husky.Net and Python pre-commit).
  • Update python-codestyle Skill guidance to emphasize reading repo-specific verification commands (OPERATIONS.md) before selecting Python tooling/profile.
  • Update pr-review-conduct Skill guidance to treat PR opening as part of the review loop and to incorporate pr_review.py status/wait steps.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
.github/skills/repo-worktree/SKILL.md Adds “Preparing Git Hooks” guidance and updates the Skill description to include hook setup during worktree preparation.
.github/skills/python-codestyle/SKILL.md Refines trigger/usage language and adds explicit direction to consult OPERATIONS.md before choosing Python commands/profile.
.github/skills/pr-review-conduct/SKILL.md Expands the expected PR review loop (including PR opening) and references status/wait mechanics via pr_review.py.

💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread .github/skills/pr-review-conduct/SKILL.md
Copilot AI review requested due to automatic review settings August 18, 2026 20:10

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

Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.

Suppressed comments (1)

.github/skills/pr-review-conduct/SKILL.md:75

  • Steps 4 and 5 both instruct the reader to wait for review activity, which makes the numbered procedure ambiguous (it reads like two separate wait steps). Combine them into a single step and renumber the remainder so the loop stays unambiguous.
4. Run a bounded `scripts/pr_review.py wait` in a background process and read its terminal output.
5. Wait for review activity on that head. A completed review raising **no findings** is a valid
   terminal outcome, so don't re-trigger it or read silence as a missing review. A review whose
   body says it declined to review is the one exception, and it is terminal the other way:
   nothing follows it, and re-requesting the same head just repeats the decline.

Copilot AI review requested due to automatic review settings August 18, 2026 20:23
@ptr727

ptr727 commented Aug 18, 2026

Copy link
Copy Markdown
Owner Author

Suppressed findings (1) from https://github.com/ptr727/PhotoCleaner/pull/69#pullrequestreview-4965348211\n\n> .github/skills/pr-review-conduct/SKILL.md:75 - Steps 4 and 5 both instruct the reader to wait for review activity, making the numbered procedure ambiguous.\n\nFixed in 734fa68. The canonical skill now combines the wait command and its terminal-outcome guidance into one step and renumbers the remainder. ProjectTemplate released the correction on main at 4596659, and this branch was refreshed from that revision.

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

Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.

@ptr727

ptr727 commented Aug 18, 2026

Copy link
Copy Markdown
Owner Author

Suppressed findings (1) from #69 (review)

.github/skills/pr-review-conduct/SKILL.md:75 - Steps 4 and 5 both instruct the reader to wait for review activity, making the numbered procedure ambiguous.

Fixed in 734fa68. The canonical skill combines the wait command and its terminal-outcome guidance into one step and renumbers the remainder. ProjectTemplate released the correction on main at 4596659, and this branch was refreshed from that revision.

@ptr727
ptr727 merged commit b1dc758 into develop Aug 18, 2026
18 checks passed
@ptr727 ptr727 mentioned this pull request Aug 18, 2026
@ptr727
ptr727 deleted the fix/sync-worktree-hook-skill branch August 18, 2026 20:37
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