Skip to content

Commit 7b4da2a

Browse files
Copilotafranken
andcommitted
docs: add copyright year update step to implement, test, and refactor skill checklists
Co-authored-by: afranken <763000+afranken@users.noreply.github.com>
1 parent c4bd778 commit 7b4da2a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.claude/skills/implement/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Follow **DTO → Store → Service → Controller** (see AGENTS.md Architecture)
3232
- [ ] Read root + module `AGENTS.md` (required before any other step)
3333
- [ ] Identify the S3 API operation ([AWS docs](https://docs.aws.amazon.com/AmazonS3/latest/API/Welcome.html))
3434
- [ ] Review existing similar implementations
35+
- [ ] **Update the copyright year** to the current year in the license header of every file you modify
3536
- [ ] Run `make format` then `make install`
3637
- [ ] Invoke the **`test` skill** to add/update unit and integration tests
3738
- [ ] Invoke the **`document` skill** to update `CHANGELOG.md`, `README.md`, and `AGENTS.md`

.claude/skills/refactor/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Document what, why, and gotchas. Link to AWS API docs where relevant. See **[doc
3535

3636
- [ ] Verify no behavior changes — run tests
3737
- [ ] Run `make format`
38+
- [ ] **Update the copyright year** to the current year in the license header of every file you modify
3839
- [ ] Ensure comments explain *why*, not *what*
3940
- [ ] Add KDoc for all public APIs
4041
- [ ] Use self-documenting names

.claude/skills/test/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Read **[docs/TESTING.md](../../../docs/TESTING.md)**, **[docs/KOTLIN.md](../../.
2020

2121
- [ ] Read `docs/TESTING.md` and root + module `AGENTS.md`
2222
- [ ] If existing tests have structural problems (poor naming, shared state, weak assertions), invoke the **`refactor` skill** to fix them rather than working around them
23+
- [ ] **Update the copyright year** to the current year in the license header of every file you modify
2324
- [ ] Verify tests pass locally
2425
- [ ] Cover both success and failure cases
2526
- [ ] Keep tests independent (no shared state, UUID bucket names)

0 commit comments

Comments
 (0)