implement-rfc
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches RFC data and community feedback from the official React Router GitHub repository.
- Evidence: Uses
WebFetchto accesshttps://github.com/remix-run/react-router/discussions/andgh issue viewto read tracking issues. - [COMMAND_EXECUTION]: The skill executes standard development and repository management commands necessary for feature implementation.
- Evidence: Commands include
git branch,git checkout,pnpm test,pnpm typecheck,pnpm lint, andgh pr create. - [SAFE]: High-integrity development practices and human-in-the-loop checkpoints are integrated into the workflow.
- Safety Checks: Verifies a clean working tree before starting; enforces the use of future flags (
unstable_prefix) for breaking changes. - Human Review: Requires explicit user confirmation for unresolved RFC questions (Step 3), implementation plans (Step 4), and a final summary review (Step 11) before a Pull Request is created.
Audit Metadata