Merged
Conversation
Co-authored-by: jonthegeek <33983824+jonthegeek@users.noreply.github.com> Agent-Logs-Url: https://github.com/api2r/pkgskills/sessions/789f1d81-1bb1-49a2-8b81-0f1da15927d0
Copilot
AI
changed the title
[WIP] Add use_skill_implement_issue function for pkgskills
feat: add Mar 20, 2026
use_skill_implement_issue()
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Contributor
|
@copilot Resolve conflicts in NAMESPACE and NEWS.md to allow this to merge to main. The tests in Update |
Contributor
Author
Done in df95c0e — merged main to resolve the NAMESPACE and NEWS.md conflicts, updated the NEWS.md bullet to reference #18, and added |
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.
Adds
use_skill_implement_issue(), the single-call installer for theimplement-issueskill, consistent with the pattern established byuse_skill_document()anduse_skill_tdd_workflow().Changes
R/use_skill_implement_issue.R— new exported function; delegates entirely to.use_skill("implement-issue", ...)and returns the installed path invisiblyinst/templates/skills/implement-issue/SKILL.md— verbatim copy of.github/skills/implement-issue/SKILL.md(no whisker variables)man/use_skill_implement_issue.Rd— generated docstests/testthat/test-use_skill_implement_issue.R— verifies correct install path and invisible returnUsage
use_skill_implement_issue() #> ✔ Writing '.github/skills/implement-issue/SKILL.md'Original prompt
📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.