Expand create-an-edge-app skill with integrations and pre-PR steps#850
Conversation
Add an integrations/auth section steering toward getCredentials and a simple local credential source, plus testing, screenshots, and QC steps. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
The skill covered scaffolding and Figma but said nothing about integrations, so agents invent their own auth flows and produce nonsense. It also omitted the testing, screenshot, and QC steps every app needs before a PR.
Adds an Integrations and Authentication section that steers toward declaring integration-backed settings and reading credentials via
getCredentials(), with two simple local options (a CLI-set secret, or a tiny OAuth companion app). Adds testing, screenshots, and QC steps, a boot-verification step after scaffolding, and Google Calendar and Salesforce as integration reference apps.🤖 Generated with Claude Code
PR Type
Documentation
Description
Expands Edge App scaffolding guidance
Adds integrations and authentication instructions
Adds testing and pre-PR checklist
Adds integration reference app examples
Diagram Walkthrough
File Walkthrough
SKILL.md
Expanded Edge App creation guidance.claude/skills/create-an-edge-app/SKILL.md
checks.
bun run dev,bun runlint, and tests.getCredentials(), and localcredential strategies.
references.