byatlassian· 12 skills
Performs a lightweight pre-release readiness review of Atlassian Forge apps across manifest/module wiring, architecture, runtime compatibility, dependency posture, tests, deploy readiness, and obvious security, cost, or reliability smells. Use when the user asks "review my Forge app", "pre-deploy check", "is this app ready to ship", "review manifest", "general app review", "release readiness", or asks for a broad quality pass. Do not use for deep security audits/SAST/exploitability review, cost optimization, or diagnosing a known broken app; route those to forge-security-review, forge-cost-optimizer, or forge-debugger respectively.
$npx -y skills add atlassian/forge-skills --skill forge-app-reviewInstalls into the current project.
Run `npx skills use "https://github.com/atlassian/forge-skills" --skill "atlassian/forge-skills/forge-app-review"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/atlassian/forge-skills" that are relevant to the current task. Run `npx skills add "https://github.com/atlassian/forge-skills"` and select the relevant skills, then follow their instructions.