chore(fullsend): add rhdh-coding skill to code and fix agents - #4023
chore(fullsend): add rhdh-coding skill to code and fix agents#4023rohitkrai03 wants to merge 1 commit into
Conversation
PR Summary by QodoAdd RHDH coding skill to Fullsend code/fix harnesses
AI Description
Diagram
High-Level Assessment
Files changed (3)
|
Code Review by Qodo
Context used✅ Compliance rules (platform):
11 rules✅ Cross-repo context Not relevant to this PR:
redhat-developer/rhdh Not relevant to this PR:
redhat-developer/rhdh-chart Not relevant to this PR:
redhat-developer/rhdh-operator Not relevant to this PR:
redhat-developer/rhdh-local 1. Overbroad remote allowlist
|
Add the rhdh-coding skill from rhdh-skill to the fullsend code and fix agent harnesses via URL-pinned references. This gives sandbox agents RHDH-specific plugin development patterns (BUI, NFS, backend conventions, testing, dynamic plugin config) that they cannot reliably infer from training data alone. - Allow rhdh-skill repo in allowed_remote_resources - Pin rhdh-coding skill at commit e841099 with sha256 integrity hash - Both code and fix agents gain the skill alongside their existing upstream skills (code-implementation, fix-review) Signed-off-by: Rohit Rai <rohitkrai03@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
59b1b4e to
0fae621
Compare
|
|
/fs-review |
|
🤖 Finished Review · ✅ Success · Started 12:50 PM UTC · Completed 1:01 PM UTC |
|
Looks good to me Labels: PR modifies .fullsend/ agent harness configuration files |



Summary
rhdh-codingskill fromredhat-developer/rhdh-skillto the fullsend code and fix agent harnesses via URL-pinned references with sha256 integrity hashes.raw.githubusercontent.com/redhat-developer/rhdh-skill/inallowed_remote_resources.code-implementation,fix-review).Changes
.fullsend/config.yamlrhdh-skillrepo toallowed_remote_resources.fullsend/rhdh/harness/code.yamlrhdh-codingskill toskills:field.fullsend/rhdh/harness/fix.yamlrhdh-codingskill toskills:fieldHow it works
The harness merge logic concatenates base + child skills. The upstream base already declares
code-implementation(for code) andfix-review(for fix). Addingrhdh-codingin the child harness means sandbox agents get both skills at runtime.Skill pinned at
e841099with tree hash5a4bc35...cded.Test plan
/fs-codeon a test issue and verify therhdh-codingskill appears in the agent's skill listMade with Cursor