Skip to content

Add update-copyright and move-files skills#645

Merged
alexander-yevsyukov merged 18 commits intomasterfrom
add-skills
Apr 25, 2026
Merged

Add update-copyright and move-files skills#645
alexander-yevsyukov merged 18 commits intomasterfrom
add-skills

Conversation

@alexander-yevsyukov
Copy link
Copy Markdown
Contributor

This PR adds the aforementioned skills. The PR also adds a .claude directory with the skills symlink to .agents/skills. The .claude directory is going to be updated when the migrate script is executed.

@alexander-yevsyukov alexander-yevsyukov marked this pull request as ready for review April 24, 2026 20:14
@alexander-yevsyukov alexander-yevsyukov self-assigned this Apr 24, 2026
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 921c1ab235

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .agents/skills/update-copyright/scripts/update_copyright.py
Comment thread .agents/skills/update-copyright/scripts/update_copyright.py Outdated
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

This PR introduces two new agent skills (update-copyright and move-files) and updates repository migration automation to also sync the new .claude directory.

Changes:

  • Add update-copyright skill, including a Python script to refresh copyright headers based on IntelliJ IDEA copyright profiles.
  • Add move-files skill documentation and agent interface configuration.
  • Extend migrate to copy .claude into the parent repository and bump Validation dependency version/copyright year.

Reviewed changes

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

Show a summary per file
File Description
migrate Adds sync logic for the .claude directory during migration runs.
buildSrc/src/main/kotlin/io/spine/dependency/local/Validation.kt Updates copyright year and bumps the Validation snapshot version.
.agents/skills/update-copyright/scripts/update_copyright.py Implements the header update tool (parsing IDEA profile + applying headers).
.agents/skills/update-copyright/agents/openai.yaml Declares the agent-facing interface metadata for the skill.
.agents/skills/update-copyright/SKILL.md Documents the workflow/constraints for using the skill.
.agents/skills/move-files/agents/openai.yaml Declares the agent-facing interface metadata for the skill.
.agents/skills/move-files/SKILL.md Documents the workflow for safe file/directory moves.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread migrate Outdated
Comment thread .agents/skills/update-copyright/scripts/update_copyright.py
Comment thread .agents/skills/update-copyright/scripts/update_copyright.py
alexander-yevsyukov and others added 3 commits April 24, 2026 21:31
Make copying `.claude` directory retaining symlinks

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot AI and others added 2 commits April 24, 2026 20:39
Agent-Logs-Url: https://github.com/SpineEventEngine/config/sessions/0fed50d9-8116-4a24-adc8-0bfe90e122ee

Co-authored-by: alexander-yevsyukov <3116444+alexander-yevsyukov@users.noreply.github.com>
Agent-Logs-Url: https://github.com/SpineEventEngine/config/sessions/0fed50d9-8116-4a24-adc8-0bfe90e122ee

Co-authored-by: alexander-yevsyukov <3116444+alexander-yevsyukov@users.noreply.github.com>
@alexander-yevsyukov alexander-yevsyukov merged commit cd6e863 into master Apr 25, 2026
2 checks passed
@alexander-yevsyukov alexander-yevsyukov deleted the add-skills branch April 25, 2026 18:02
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.

4 participants