docs: AI standardization from tibblify#15
Merged
Conversation
Co-authored-by: jonthegeek <33983824+jonthegeek@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update AGENTS.md and skills for standardization
docs: AI standardization from tibblify
Mar 9, 2026
There was a problem hiding this comment.
Pull request overview
Updates the repository’s agent-facing documentation to standardize development workflow guidance and add new skill modules adapted from wranglezone/tibblify, tailored to datawrap’s pure-R setup.
Changes:
- Adds a “Standard workflow” section to
AGENTS.mdand refreshes general guidance + skills index. - Introduces three new skills:
implement-issue,r-code, andtdd-workflow. - Updates
.Rbuildignoreto ignore a.claudepath.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| AGENTS.md | Adds a structured standard workflow section and refreshes skills + general guidance. |
| .github/skills/tdd-workflow/SKILL.md | New TDD/testing/coverage guidance and examples for datawrap. |
| .github/skills/r-code/SKILL.md | New API design + dependency/error-handling guidance for R code in this package. |
| .github/skills/implement-issue/SKILL.md | New end-to-end “implement an issue” workflow wrapping the standard workflow. |
| .Rbuildignore | Ignores .claude from package builds. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Use more realistic example. Remove irrelevant integration test example.
Copilot AI
added a commit
that referenced
this pull request
Mar 9, 2026
- Add .github/workflows/install/action.yml composite action for shared R/pandoc/dependency setup - Add .github/workflows/copilot-setup-steps.yml for GitHub Copilot agent - Update R-CMD-check, pkgdown, test-coverage, pr-commands to use install action - Switch /style pr-command from styler to air format - Closes #15 Co-authored-by: jonthegeek <33983824+jonthegeek@users.noreply.github.com>
jonthegeek
added a commit
that referenced
this pull request
Mar 10, 2026
* Initial plan * ci: add copilot setup workflow and componentize install steps - Add .github/workflows/install/action.yml composite action for shared R/pandoc/dependency setup - Add .github/workflows/copilot-setup-steps.yml for GitHub Copilot agent - Update R-CMD-check, pkgdown, test-coverage, pr-commands to use install action - Switch /style pr-command from styler to air format - Closes #15 Co-authored-by: jonthegeek <33983824+jonthegeek@users.noreply.github.com> * fix: checkout version in copilot setup workflow * Try to provide codecov token. * Another possible way to provide the token * Try another token path. * Match usethis. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jonthegeek <33983824+jonthegeek@users.noreply.github.com> Co-authored-by: Jon Harmon <jonthegeek@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Brings
AGENTS.mdand.github/skills/in line withwranglezone/tibblify, adapting for datawrap's pure-R stack (no C layer).AGENTS.md--quiet --vanilla,air format ., comment philosophy, skill loading reminderNew skills
implement-issue/SKILL.md: end-to-end issue workflow — branch, standard workflow, commit/PRr-code/SKILL.md: API design patterns, internal vs exported, error handling, dependency policy — stripped of tibblify-specifictib_*/tspec_*conventionstdd-workflow/SKILL.md: TDD loop, coverage checks (vapplyper repo convention), snapshot patterns, deprecated testthat idioms — datawrap examples throughoutOriginal prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.