ワンクリックで
ワンクリックで
End-to-end builder for golem Shiny applications. Routes to the relevant reference based on the user's intent (create the app, add modules, add functions, run tests, check the package, validate namespacing). Triggers on: - "build a golem app" - "work on my golem app" - "scaffold a golem app" - "evolve a golem app" Do not trigger on: - when the user is not working inside a golem app and is not creating one - when the user is building a Shiny app without golem
Validate that all module input/output IDs are properly namespaced. Triggers on: - "check my modules for missing ns" - "find missing ns in modules" - "validate module namespaces" Do not trigger on: - when the user is not working inside a golem app
Run a full R CMD check on the golem package and report errors, warnings, and notes.
Review a golem GitHub pull request for correctness, style, and compliance with contribution conventions.
Run the golem package test suite and summarize the results.
| name | document |
| description | Regenerate documentation (NAMESPACE and Rd files) then format the code with air. |
Regenerate documentation (NAMESPACE and Rd files) then format the codebase.
Rscript -e "devtools::document()" && air format .
Report any issues encountered during documentation generation or formatting.