Files
struts/.github
Lukasz Lenart a1193445bf chore(copilot): add code-review agent skill (#1876)
GitHub Copilot code review reads agent skills from .github/skills, but
this repository had none, so its pull request reviews ran without any of
the project's conventions: the JUnit 4 only rule, the WW-XXXX title
format, and the framework's security-sensitive patterns.

Add .github/skills/code-review/SKILL.md covering test conventions and the
three vacuous-test traps, security-sensitive code paths, PR and commit
hygiene, and Struts implementation patterns.

The security section deliberately constrains what the reviewer may write:
a pull request is public, so a comment naming a weakness or its impact
would itself be a disclosure. It asks only for a neutral pointer to
SECURITY.md and the private process.
2026-08-27 14:35:42 +02:00
..