feat: default .use_skill() data argument to list()#16
Merged
jonthegeek merged 4 commits intomainfrom Mar 20, 2026
Merged
Conversation
Co-authored-by: jonthegeek <33983824+jonthegeek@users.noreply.github.com> Agent-Logs-Url: https://github.com/api2r/pkgskills/sessions/3b9d40c5-9d0d-42b6-8d54-82ea9540a9d0
Copilot
AI
changed the title
[WIP] Add default
feat: default Mar 20, 2026
.use_skill() data argument to list().use_skill() data argument to list()
jonthegeek
requested changes
Mar 20, 2026
Contributor
jonthegeek
left a comment
There was a problem hiding this comment.
@copilot Implement these changes.
Document.
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.
datain.use_skill()was required, forcing callers with no whisker variables to passdata = list()explicitly.Changes
R/use_skill.R: Adddata = list()as the default for.use_skill()'sdataparameterR/use_skill_document.R: Drop now-redundantdata = list()from the.use_skill("document", ...)calltests/testthat/test-use_skill.R: Add test exercising.use_skill()withoutdataOriginal prompt
.use_skill()dataargument tolist()#15📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.