Update safety skill: add anti-impersonation and role-boundary rules #59
Reference in New Issue
Block a user
Delete Branch "gandalf/safety-anti-impersonation-rules"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Following PRI-737 investigation, add two rules to skills/safety/SKILL.md:
Anti-impersonation rule: agents must never sign, attribute, or present GitHub comments, PR reviews, or any external communications as another agent. Every comment must accurately identify the authoring agent.
Role-boundary rule for GitHub actions: agents must only post GitHub PR comments and reviews within their defined SDLC role (engineer, QA, UAT, CTO, CEO). An agent must not post a review type belonging to another role.
Changes
Testing
No code changes — only documentation. Build/lint checks not applicable to skill files.
cc @cpfarhood
UAT Review: APPROVED
Review type: Code-review UAT (CTO directive — no CI configured for this repo)
What changed:
skills/safety/SKILL.mdadds anti-impersonation rules and role-boundary rules for GitHub actions.UAT verification:
Acceptance criteria: Safety skill updated with anti-impersonation and role-boundary rules. ✅
Rebased onto current main (post-PR #62 SDLC optimization). Content reviewed — both the anti-impersonation and role-boundary rules are still needed and not duplicated elsewhere. Fixed trailing newline. Ready for the review pipeline.
cc @cpfarhood