new skill for serenity tests, adjusted skills for claude#287
new skill for serenity tests, adjusted skills for claude#287jasonmorais wants to merge 6 commits into
Conversation
…ing symlinks across the .claude and also fixing an old symlink
Reviewer's GuideAdds a new Serenity/JS-focused File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
# Conflicts: # knip.json # pnpm-lock.yaml # pnpm-workspace.yaml
…ty-skill # Conflicts: # .agents/skills/README.md
# Conflicts: # packages/cellix/service-queue-storage/src/register-queues.ts
|
@sourcery-ai review |
There was a problem hiding this comment.
Hey - I've left some high level feedback:
Fixed security issues:
-
@opentelemetry/exporter-prometheus (link)
-
The
MockCommunityPermissions/MockUserPermissions(and related mock permission types) are now duplicated betweencreate.test.tsandupdate.test.ts; consider extracting these mocks into a shared test helper to avoid divergence and keep future changes to the permission surface in one place. -
Some newly changed statements (for example, the
onSavehandler inacceptance-uiand the long boolean condition inwaitForCommunityCreationQueueMessage) were compressed onto a single line, which makes them harder to read and review; consider reverting these to multi-line formatting for clarity.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The `MockCommunityPermissions` / `MockUserPermissions` (and related mock permission types) are now duplicated between `create.test.ts` and `update.test.ts`; consider extracting these mocks into a shared test helper to avoid divergence and keep future changes to the permission surface in one place.
- Some newly changed statements (for example, the `onSave` handler in `acceptance-ui` and the long boolean condition in `waitForCommunityCreationQueueMessage`) were compressed onto a single line, which makes them harder to read and review; consider reverting these to multi-line formatting for clarity.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
…ing symlinks across the .claude and also fixing an old symlink
Summary by Sourcery
Add a new Serenity/JS verification skill and documentation, integrate skills with Claude via symlinks, and refine staff role permission handling and tests.
New Features:
Bug Fixes:
Enhancements:
Build:
Tests: